PathConstraint class

Inheritance

Constructors

PathConstraint(PathConstraintData data, Skeleton skeleton)

Properties

bones List<Bone>
final
curves Float32List
getter/setter pair
data PathConstraintData
final
hashCode int
The hash code for this object.
no setterinherited
lengths Float32List
getter/setter pair
position double
getter/setter pair
positions Float32List
getter/setter pair
rotateMix double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments Float32List
getter/setter pair
spaces Float32List
getter/setter pair
spacing double
getter/setter pair
target Slot?
getter/setter pair
translateMix double
getter/setter pair
world Float32List
getter/setter pair

Methods

addAfterPosition(double p, Float32List temp, int i, Float32List out, int o) → void
addBeforePosition(double p, Float32List temp, int i, Float32List out, int o) → void
addCurvePosition(double p, double x1, double y1, double cx1, double cy1, double cx2, double cy2, double x2, double y2, Float32List out, int o, bool tangents) → void
apply() → void
computeWorldPositions(PathAttachment path, int spacesCount, bool tangents, bool percentPosition, bool percentSpacing) Float32List
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

Constants

after → const int
before → const int
epsilon → const double
none → const int