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

Enumeration Members

Enumeration Members

Screen: "screen"

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

World: "world"

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