Camera class

Constructors

Camera({Vector2? size, Vector2? position, Vector2? origin, double scale = 1.0})

Properties

bottom double
no setter
hashCode int
The hash code for this object.
no setterinherited
left double
no setter
origin Vector2
getter/setter pair
originalSize Vector2
getter/setter pair
position Vector2
getter/setter pair
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair
scaledSize Vector2
no setter
size Vector2
getter/setter pair
top double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Canvas canvas, Vector2 position, Vector2 origin, double scale, Vector2 size, void renderView(Canvas canvas)) → void
toString() String
A string representation of this object.
inherited

Operators

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