Skip to main content

CoordPlane

Enum representing the coordinate plane for the position 2D vector in the [[TransformComponent]]

Index

Enumeration Members

Enumeration Members

Screen

Screen: screen

The screen coordinate plane represents screen space, entities drawn in screen space are pinned to screen coordinates ignoring the camera.

World

World: world

The world coordinate plane (default) represents world space, any entities drawn with world space move when the camera moves.