Method CheckChanges
CheckChanges(MaterialEditor)
Check changes happened to properties.
Declaration
protected virtual void CheckChanges(MaterialEditor materialEditor)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialEditor | materialEditor | material editor that uses this GUI. |
Remarks
This method is called after drawing all controls, and can be used to check if anything important has been changed by the user and some operations are needed to be done (for example the user has changed a property to a certain value and therefore some controls need to be enabled or disables)