SkinnedVertexT class

Implemented types

Constructors

SkinnedVertexT({required VertexT vertex, required Vec4T joints, required Vec4T weights})

Properties

hashCode int
The hash code for this object.
no setterinherited
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 setterinherited
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

Operators

operator ==(Object other) bool
The equality operator.
inherited