Constructor. Pass a 2D CameraConfig to the parent class and initialize the projection and view matrices
the 2D CameraConfig
Concrete 2D CameraFollow specification
Concrete 2D projection matrix
Concrete 2D Transform Component, used as the View Matrix
Retrieve the Camera's name
Attach the 2D Camera to an Entity with the given 2D CameraFollowRules
If no CameraFollowRules are provided, use defaults: - position.x - true - position.y - true - angle - false
the Entity to follow
the 2D CameraFollowRules to apply in following the Entity
Detach the Camera from the Entity it's following
Compute the 2D Camera's View Matrix
the 2D View Matrix
Move along both the right and up axes by a given 2D vector (relative to self)
the 2D vector to move by
Move along the right axis by a given amount (relative to self)
the amount to move by
Move along the up axis by a given amount (relative to self)
Reset the Camera's Transform
Rotate by a given angle (radians)
the angle to rotate by
Move by a given translation vector (relative to world axes)
the translation vector
'Zoom' the Camera by scaling by a given factor (relative to current scale)
the 2D factor to scale by
'Zoom' the Camera by scaling to a given absolute factor
the 2D factor to scale to
Concrete 2D Camera, setting out 2D-specific properties and behavior, providing type safety for Aura3D