SkinSpec class

A skin: the joint nodes it drives, its inverse-bind matrices (a binary chunk), and the optional skeleton root.

Constructors

SkinSpec(LocalId id, {List<LocalId>? joints, required LocalId inverseBindMatrices, LocalId? skeleton})
Creates a skin with the given stable id.

Properties

hashCode int
The hash code for this object.
no setterinherited
id LocalId
This skin's stable id.
final
inverseBindMatrices LocalId
The binary chunk holding the inverse-bind matrices.
final
joints List<LocalId>
The joint node ids, in joint order.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skeleton LocalId?
The skeleton root joint node, when known.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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