Version: 2021.3
언어: 한국어

MaterialEditor.BeginAnimatedCheck

매뉴얼로 전환
public void BeginAnimatedCheck (Rect totalPosition, MaterialProperty prop);
public void BeginAnimatedCheck (MaterialProperty prop);

파라미터

totalPosition Rectangle on the screen to use for the control, including label if applicable.
prop The MaterialProperty to use for the control.

설명

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

BeginAnimatedCheck and EndAnimatedCheck automatically handle animated property color feedback and contextual menu.

See Also: EndAnimatedCheck.