BoneData class

BoneData wrapper

Inheritance

Constructors

BoneData(int index, String name, BoneData? parent)
factory
BoneData.fromPointer(Pointer<spine_bone_data_wrapper> _ptr)

Properties

color Color
no setter
hashCode int
The hash code for this object.
no setterinherited
icon String
getter/setter pair
index int
The index of the bone in Skeleton.Bones
no setter
length double
getter/setter pair
name String
The constraint's name, which is unique across all constraints in the skeleton of the same type.
no setterinherited
nativePtr → Pointer<NativeType>
Get the native pointer for FFI calls
no setteroverride
parent BoneData?
May be NULL.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setupPose BoneLocal
no setter
skinRequired bool
When true, Skeleton::updateWorldTransform(Physics) only updates this constraint if the Skeleton::getSkin() contains this constraint.
getter/setter pairinherited
visible bool
getter/setter pair

Methods

dispose() → void
override
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