SetMatrix4x4
Use this method to set the value of a Matrix4x4 with the name you pass in.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
SetMatrix4x4(int, Matrix4x4)
Use this method to set the value of a Matrix4x4 with the name you pass in.
public void SetMatrix4x4(int nameID, Matrix4x4 v)
Parameters
The ID of the property. This is the same ID that Shader.PropertyToID returns.
The new Matrix4x4 value.
SetMatrix4x4(string, Matrix4x4)
Use this method to set the value of a Matrix4x4 with the name you pass in.
public void SetMatrix4x4(string name, Matrix4x4 v)