This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

PropertySceneHandle.SetInt

Declaration

public void SetInt(Experimental.Animations.AnimationStream stream, int value);

Parameters

stream The AnimationStream managing this handle.
value The new integer property value.

Description

Sets the integer property value to an object in the Scene.

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