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

PropertyStreamHandle.SetFloat

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

参数

stream用于保存动画值的 AnimationStream
value新的浮点属性值。

描述

将浮点属性值设置到一个流中。

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