SashimiCamera class

The camera used by the Sashimi Engine.

Constructors

SashimiCamera({required dynamic world})
The camera used by the Sashimi Engine.

Properties

hashCode int
The hash code for this object.
no setterinherited
position Vector2
The position of the camera.
getter/setter pair
rotation double
The world rotation of the camera.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoom double
The zoom of the camera.
getter/setter pair

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