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

PropertyStreamHandle.SetInt

切换到手册
public void SetInt (Experimental.Animations.AnimationStream stream, int value);

参数

stream用于保存动画值的 AnimationStream
value新的整数属性值。

描述

将整数属性值设置到一个流中。

如果属性不是整数,则该方法将抛出 InvalidOperationException