TransformConstraint class

Inheritance

Properties

bones List<Bone>
final
data TransformConstraintData
final
hashCode int
The hash code for this object.
no setterinherited
rotateMix double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleMix double
getter/setter pair
shearMix double
getter/setter pair
target Bone?
getter/setter pair
temp Vector2
final
translateMix double
getter/setter pair

Methods

apply() → void
applyAbsoluteLocal() → void
applyAbsoluteWorld() → void
applyRelativeLocal() → void
applyRelativeWorld() → void
getOrder() int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update() → void
override

Operators

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