TransformConstraintPose class
Stores a pose for a transform constraint.
Constructors
- TransformConstraintPose()
-
factory
-
TransformConstraintPose.fromPointer(Pointer<
spine_transform_constraint_pose_wrapper> _ptr)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mixRotate ↔ double
-
A percentage (0-1) that controls the mix between the constrained and
unconstrained rotation.
getter/setter pair
- mixScaleX ↔ double
-
A percentage (0-1) that controls the mix between the constrained and
unconstrained scale X.
getter/setter pair
- mixScaleY ↔ double
-
A percentage (0-1) that controls the mix between the constrained and
unconstrained scale Y.
getter/setter pair
- mixShearY ↔ double
-
A percentage (0-1) that controls the mix between the constrained and
unconstrained shear Y.
getter/setter pair
- mixX ↔ double
-
A percentage (0-1) that controls the mix between the constrained and
unconstrained translation X.
getter/setter pair
- mixY ↔ double
-
A percentage (0-1) that controls the mix between the constrained and
unconstrained translation Y.
getter/setter pair
-
nativePtr
→ Pointer<
NativeType> -
Get the native pointer for FFI calls
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
TransformConstraintPose pose) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited