SetFloat
Use this method to set the value of a float with the name you pass in.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.VFX
- Assembly: UnityEngine.VFXModule
SetFloat(int, float)
Use this method to set the value of a float with the name you pass in.
public void SetFloat(int nameID, float f)
Parameters
SetFloat(string, float)
Use this method to set the value of a float with the name you pass in.
public void SetFloat(string name, float f)