SkinnedVertexT class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
joints
↔ Vec4T
Four joint indices corresponding to this mesh's skin transforms. These
are floats instead of ints because this vertex data is uploaded directly
to the GPU, and float attributes work for all Impeller backends.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
vertex
↔ VertexT
getter/setter pair
weights
↔ Vec4T
Four weight values that specify the influence of the corresponding
joints.
getter/setter pair
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pack (Builder fbBuilder )
→ int
Serialize the object using the given builder, returning the offset.
override
toString ()
→ String
A string representation of this object.
override
flutter_scene_importer 0.7.0-0