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