PathConstraint class
PathConstraint wrapper
- Inheritance
-
- Object
- PosedActive
- PathConstraintBase
- PathConstraint
Constructors
- PathConstraint(PathConstraintData data, Skeleton skeleton)
-
factory
-
PathConstraint.fromPointer(Pointer<
spine_path_constraint_wrapper> _ptr)
Properties
- active ← bool
-
no getterinherited
- appliedPose → PathConstraintPose
-
no setterinherited
- bones → ArrayBonePose
-
The bones that will be modified by this path constraint.
no setter
- data → PathConstraintData
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool
-
no setterinherited
- isPoseEqualToApplied → bool
-
no setterinherited
- isSourceActive → bool
-
no setterinherited
-
nativePtr
→ Pointer<
NativeType> -
Get the native pointer for FFI calls
no setteroverride
- pose → PathConstraintPose
-
no setterinherited
- rtti → Rtti
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slot ↔ Slot
-
The slot whose path attachment will be used to constrained the bones.
getter/setter pair
Methods
-
constrained(
) → void -
inherited
-
copy(
Skeleton skeleton) → PathConstraint -
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetConstrained(
) → void -
inherited
-
sort(
Skeleton skeleton) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Skeleton skeleton, Physics physics) → void -
Inherited from Update
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited