GetMatrix4x4
Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
GetMatrix4x4(int)
Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
public Matrix4x4 GetMatrix4x4(int nameID)
Parameters
The name ID of the property retrieved by Shader.PropertyToID.
Returns
Type | Description |
|---|---|
| Matrix4x4 |
GetMatrix4x4(string)
Returns a Matrix4 that corresponds to the bound named expression. If this entry is not available, or the type doesn't match, an exception is thrown.
public Matrix4x4 GetMatrix4x4(string name)
Parameters
The name of the property.
Returns
Type | Description |
|---|---|
| Matrix4x4 |