enumeration
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.
CloseFor 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.
CloseFlags that specify which brush controls the [IOnInspectorGUI.ShowBrushesGUI] method displays.
None | Don't display any brush controls. |
Select | Display the brush selection control. |
Inspect | Display the brush inspector for the currently selected brush. |
Size | Display the brush size control. |
Opacity | Display the brush opacity control. |
SelectAndInspect | Display the brush selection control, and the brush inspector for the currently selected brush. |
All | Display all brush controls. |