Class IUsesCameraProjectionMatrixMethods
Namespace: Unity.MARS.Providers
Syntax
public static class IUsesCameraProjectionMatrixMethods : object
Methods
GetProjectionMatrix(IUsesCameraProjectionMatrix)
Get the current camera projection matrix
Declaration
public static Matrix4x4? GetProjectionMatrix(this IUsesCameraProjectionMatrix obj)
Parameters
| Type | Name | Description |
|---|---|---|
| IUsesCameraProjectionMatrix | obj |
Returns
| Type | Description |
|---|---|
| Nullable<Matrix4x4> | The current camera projection matrix |