Camera class

Inheritance

Constructors

Camera.new([double fov = 70.0, double near = 0.01, double far = 10.0])

Properties

drawDistance double
getter/setter pair
far double
getter/setter pair
fov double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
near double
getter/setter pair
parent Entity
getter/setter pairinherited
projClippingMatrix ↔ Matrix4
getter/setter pair
projMatrix ↔ Matrix4
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewMatrix ↔ Matrix4
getter/setter pair

Methods

getParent() Entity
inherited
getTransform() Transform
inherited
init() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Screen screen) → void
inherited
setParent(Entity parent) → void
inherited
toString() String
A string representation of this object.
inherited
update(Input input) → void
override

Operators

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