Class IUsesCameraProjectionMatrixMethods
Namespace: Unity.MARS
Syntax
public static class IUsesCameraProjectionMatrixMethods
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 |