PhysicsConstraintBase class abstract

Stores the current pose for a physics constraint. A physics constraint applies physics to bones.

See https://esotericsoftware.com/spine-physics-constraints Physics constraints in the Spine User Guide. Non-exported base class that inherits from the template

Inheritance
Implemented types
Implementers

Properties

active bool
no getterinherited
appliedPose PhysicsConstraintPose
no setter
data PhysicsConstraintData
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isActive bool
no setterinherited
isPoseEqualToApplied bool
no setteroverride
isSourceActive bool
no setteroverride
nativePtr → Pointer<NativeType>
Get the native pointer for FFI calls
no setteroverride
pose PhysicsConstraintPose
no setter
rtti Rtti
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

constrained() → void
override
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetConstrained() → void
override
sort(Skeleton skeleton) → void
override
toString() String
A string representation of this object.
inherited
update(Skeleton skeleton, Physics physics) → void
Inherited from Update
override

Operators

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

Static Methods

rttiStatic() Rtti
override