GetFloat(AnimationStream)
Gets the float property value from an object in the Scene.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public float GetFloat(AnimationStream stream)
Parameters
The AnimationStream managing this handle.
Returns
Type | Description |
|---|---|
| float | The float property value. |
Remarks
If the property is not a float, the method will throw an .
InvalidOperationException