GetMatrix
Get a matrix from the property block.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
GetMatrix(string)
Get a matrix from the property block.
public Matrix4x4 GetMatrix(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| Matrix4x4 |
Remarks
Returns identity matrix if not found.
GetMatrix(int)
Get a matrix from the property block.
public Matrix4x4 GetMatrix(int nameID)
Parameters
The name ID of the property retrieved by Shader.PropertyToID.
Returns
Type | Description |
|---|---|
| Matrix4x4 |
Remarks
Returns identity matrix if not found.