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