PathPoint class abstract

Implementers

Constructors

PathPoint(PointType type)

Properties

hashCode → int
The hash code for this object.
no setterinherited
pointType → PointType
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
translation → Vec2D
no setter

Methods

copy(PathPoint from) → void
makeInstance() → PathPoint
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(StreamReader reader, bool isConnectedToBones) → void
readPoint(StreamReader reader, bool isConnectedToBones) → int
skin(Mat2D world, Float32List? bones) → PathPoint
toString() → String
A string representation of this object.
inherited
transformed(Mat2D transform) → PathPoint

Operators

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