IkConstraint class

Inheritance

Constructors

IkConstraint(IkConstraintData data, Skeleton skeleton)

Properties

bendDirection int
getter/setter pair
bones List<Bone>
final
data IkConstraintData
final
hashCode int
The hash code for this object.
no setterinherited
mix double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Bone?
getter/setter pair

Methods

apply() → void
apply1(Bone bone, double targetX, double targetY, double alpha) → void
apply2(Bone parent, Bone child, double targetX, double targetY, int bendDir, double alpha) → 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