SwirlEffect class

Implemented types

Constructors

SwirlEffect(double radius)

Properties

angle double
getter/setter pair
centerX double
getter/setter pair
centerY double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
radius double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
worldX double
getter/setter pair
worldY double
getter/setter pair

Methods

begin(Skeleton skeleton) → void
override
end() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(Vector2 position, Vector2 uv, Color light, Color dark) → void
override

Operators

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

Constants

interpolation → const PowOut