Struct MatrixNames
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
public struct MatrixNames
Fields
Model
Declaration
public const string Model = "UNITY_MATRIX_M"
Field Value
Type |
Description |
System.String |
|
ModelInverse
Declaration
public const string ModelInverse = "UNITY_MATRIX_I_M"
Field Value
Type |
Description |
System.String |
|
Projection
Declaration
public const string Projection = "UNITY_MATRIX_P"
Field Value
Type |
Description |
System.String |
|
ProjectionInverse
Declaration
public const string ProjectionInverse = "UNITY_MATRIX_I_P"
Field Value
Type |
Description |
System.String |
|
View
Declaration
public const string View = "UNITY_MATRIX_V"
Field Value
Type |
Description |
System.String |
|
ViewInverse
Declaration
public const string ViewInverse = "UNITY_MATRIX_I_V"
Field Value
Type |
Description |
System.String |
|
ViewProjection
Declaration
public const string ViewProjection = "UNITY_MATRIX_VP"
Field Value
Type |
Description |
System.String |
|
ViewProjectionInverse
Declaration
public const string ViewProjectionInverse = "UNITY_MATRIX_I_VP"
Field Value
Type |
Description |
System.String |
|