Skin class

Constructors

Skin(List<int> bytes)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inverseBindMatrices List<Matrix>?
no setter
joints List<int>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skeleton int
The root joint of the skeleton.
no setter

Methods

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

Operators

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

Static Methods

pack(Builder fbBuilder, SkinT? object) int

Constants

reader → const Reader<Skin>