JSprite class

Constructors

JSprite(double x, double y, double z, double len, double hgt, TextureAtom atom, double r, double g, double b, double a, double angle, double anchorx, double anchory, {bool mirrorX = false, bool mirrorY = false})

Properties

a double
final
anchorx double
final
anchory double
final
angle double
final
atom TextureAtom
final
b double
final
g double
final
hashCode int
The hash code for this object.
no setterinherited
hgt double
final
len double
final
mirrorX bool
final
mirrorY bool
final
r double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
final
y double
final
z double
final

Methods

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