SliderData class
Stores the setup pose for a Slider
- Inheritance
- Implemented types
Constructors
- SliderData(String name)
-
factory
-
SliderData.fromPointer(Pointer<
spine_slider_data_wrapper> _ptr)
Properties
- additive ↔ bool
-
getter/setter pair
- animation ↔ Animation
-
getter/setter pair
- bone ↔ BoneData?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- local ↔ bool
-
getter/setter pair
- loop ↔ bool
-
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
- offset ↔ double
-
getter/setter pair
- property ↔ FromProperty?
-
getter/setter pair
- rtti → Rtti
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale ↔ double
-
getter/setter pair
- setupPose → SliderPose
-
no setter
- skinRequired ↔ bool
-
When true, Skeleton::updateWorldTransform(Physics) only updates this
constraint if the Skeleton::getSkin() contains this constraint.
getter/setter pairinherited
Methods
-
createMethod(
Skeleton skeleton) → Constraint -
Creates a slider instance.
override
-
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
Static Methods
-
rttiStatic(
) → Rtti -
override