Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetInt(AnimationStream, int)

Sets the integer property value into a stream.
Read time 1 minuteLast updated 10 days ago

Definition

public void SetInt(AnimationStream stream, int value)

Parameters

The AnimationStream that holds the animated values.

value

The new integer property value.

Remarks

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