Sequence class

Sequence wrapper

Constructors

Sequence(int count)
factory
Sequence.fromPointer(Pointer<spine_sequence_wrapper> _ptr)

Properties

digits int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
Returns a unique ID for this attachment.
getter/setter pair
nativePtr → Pointer<NativeType>
Get the native pointer for FFI calls
no setter
regions ArrayTextureRegion
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setupIndex int
The index of the region to show for the setup pose.
getter/setter pair
start int
getter/setter pair

Methods

apply(SlotPose? slot, Attachment? attachment) → void
copy() Sequence
dispose() → void
getPath(String basePath, int index) String
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