Method StartChecks
StartChecks(MaterialEditor)
Checks done on the first cycle before UI is drawn.
Declaration
protected virtual void StartChecks(MaterialEditor materialEditor)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialEditor | materialEditor | material editor that uses this GUI. |
Remarks
This method is called after the Start() function, and at this stage material properties have been fetched and can be used for whatever is needed.