Version: 2021.1
LanguageEnglish
  • C#

MaterialEditor.BeginAnimatedCheck

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void BeginAnimatedCheck(Rect totalPosition, MaterialProperty prop);

Declaration

public void BeginAnimatedCheck(MaterialProperty prop);

Parameters

totalPosition Rectangle on the screen to use for the control, including label if applicable.
prop The 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.