Interface ICamera

ICamera interface

Common interface for CameraOrthographic and CameraPerspective.

public interface ICamera

Properties

NameDescription
IsOrthographic { get; }
IsPerspective { get; }
Matrix { get; }

See Also