Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialEditor.BeginAnimatedCheck

public void BeginAnimatedCheck(Rect totalPosition, MaterialProperty prop);
public void BeginAnimatedCheck(MaterialProperty prop);

Parameters

totalPositionRectangle on the screen to use for the control, including label if applicable.
propThe MaterialProperty to use for the control.

Description

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.

Did you find this page useful? Please give it a rating: