StraightPathPoint class

Inheritance

Properties

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

Methods

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

Operators

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