pub fn orthographic() -> Component<()>
Expand description

Orthographic projection: If attached, this camera will use a standard orthographic projection matrix.

Ensure that the orthographic_ components are set, including left, right, topandbottom, as well as nearandfar`.

Attributes: Debuggable, Networked, Store