Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetFloat(AnimationStream)

Gets the float property value from a stream.
Read time 1 minuteLast updated 11 days ago

Definition

public float GetFloat(AnimationStream stream)

Parameters

The AnimationStream that holds the animated values.

Returns

Type

Description

floatThe float property value.

Remarks

If the property is not a float, the method will throw an
InvalidOperationException
.