PointAttachment class

Inheritance

Constructors

PointAttachment(String name)

Properties

bones Int32List?
getter/setter pairinherited
color Color
final
hashCode int
The hash code for this object.
no setterinherited
id int
finalinherited
name String
finalinherited
rotation double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vertices Float32List?
getter/setter pairinherited
worldVerticesLength int
getter/setter pairinherited
x double
getter/setter pair
y double
getter/setter pair

Methods

applyDeform(VertexAttachment? sourceAttachment) bool
inherited
computeWorldPosition(Bone bone, Vector2 point) Vector2
computeWorldRotation(Bone bone) double
computeWorldVertices(Slot slot, int start, int count, Float32List worldVertices, int offset, int stride) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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