Slot class

Constructors

Slot(SlotData data, Bone bone)
Slot.empty()
factory

Properties

attachment Attachment?
getter/setter pair
attachmentTime double
getter/setter pair
attachmentVertices Float32List
getter/setter pair
bone Bone
final
color Color
final
darkColor Color?
final
data SlotData
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAttachment() Attachment?
getAttachmentTime() double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttachment(Attachment? attachment) → void
setAttachmentTime(double time) → void
setToSetupPose() → void
toString() String
A string representation of this object.
inherited

Operators

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