JCamera class
Constructors
- JCamera()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shift ↔ Vector2
-
getter/setter pair
- viewfinder ↔ Vector2
-
getter/setter pair
- viewport ↔ Vector2
-
getter/setter pair
Methods
-
init(
int w, int h) → void -
lookAt(
Vector2 to) → void -
moveBy(
Vector2 shift) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
double delta, int spd) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited