Version: 2017.2

MaterialEditor.BeginAnimatedCheck

切换到手册
public void BeginAnimatedCheck (Rect totalPosition, MaterialProperty prop);
public void BeginAnimatedCheck (MaterialProperty prop);

参数

totalPosition 屏幕上用于控件的矩形,包括标签(如果适用)。
prop 用于控件的 MaterialProperty。

描述

Create a Property wrapper, useful for making regular GUI controls work with MaterialProperty.

BeginAnimatedCheck 和 EndAnimatedCheck 会自动处理动画属性颜色反馈和上下文菜单。

另请参阅:EndAnimatedCheck