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

PropertySceneHandle.GetInt

Cambiar al Manual
public int GetInt (Experimental.Animations.AnimationStream stream);

Parámetros

streamThe AnimationStream managing this handle.

Valor de retorno

int The integer property value.

Descripción

Gets the integer property value from an object in the scene.

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