Interface IProvidesCameraProjectionMatrix
Defines the API for a Camera Projection Matrix Provider This functionality provider is responsible for providing a projection matrix to match the device's physical camera
Inherited Members
Namespace: Unity.MARS
Syntax
public interface IProvidesCameraProjectionMatrix : IFunctionalityProvider
Methods
GetProjectionMatrix()
Get the current camera projection matrix
Declaration
Matrix4x4? GetProjectionMatrix()
Returns
Type | Description |
---|---|
Nullable<Matrix4x4> | The current projection matrix-- will be null if no frames have been received yet |