Method SetGlobalMatrix
SetGlobalMatrix(int, Matrix4x4)
Wraps SetGlobalMatrix on a CommandBuffer.
Declaration
void SetGlobalMatrix(int nameID, Matrix4x4 value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | nameID | |
| Matrix4x4 | value |
SetGlobalMatrix(string, Matrix4x4)
Wraps SetGlobalMatrix on a CommandBuffer.
Declaration
void SetGlobalMatrix(string name, Matrix4x4 value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Matrix4x4 | value |