Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetInt(AnimationStream)

Gets the integer property value from an object in the Scene.
Read time 1 minuteLast updated 10 days ago

Definition

public int GetInt(AnimationStream stream)

Parameters

The AnimationStream managing this handle.

Returns

Type

Description

intThe integer property value.

Remarks

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