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

PropertyStreamHandle.SetBool

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

参数

stream用于保存动画值的 AnimationStream
value新的布尔属性值。

描述

将布尔属性值设置到一个流中。

如果属性不是布尔值,则该方法将抛出 InvalidOperationException