SetFloat(AnimationStream, float)
Sets the float property value to an object in the Scene.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetFloat(AnimationStream stream, float value)
Parameters
Remarks
If the property is not a float, the method will throw an .
InvalidOperationException