SetFloat(AnimationStream, float)
Sets the float property value into a stream.
Read time 1 minuteLast updated 6 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