SetMesh
Sets the value of a named Mesh property.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
SetMesh(int, Mesh)
Sets the value of a named Mesh property.
public void SetMesh(int nameID, Mesh m)
Parameters
Remarks
Automatically changes overridden state for this property to true.
SetMesh(string, Mesh)
Sets the value of a named Mesh property.
public void SetMesh(string name, Mesh m)
Parameters
Remarks
Automatically changes overridden state for this property to true.