Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

PropertyStreamHandle.GetInt

マニュアルに切り替える
public int GetInt (Experimental.Animations.AnimationStream stream);

パラメーター

streamThe AnimationStream holding the animated values.

戻り値

int The integer property value.

説明

Gets the integer property value from a stream.

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