Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BrushGUIEditFlags

Flags that specify which brush controls the [IOnInspectorGUI.ShowBrushesGUI] method displays.
Read time 1 minuteLast updated 10 days ago

Definition

[Flags]public enum BrushGUIEditFlags

Fields

Value

Description

AllDisplay all brush controls.
InspectDisplay the brush inspector for the currently selected brush.
NoneDon't display any brush controls.
OpacityDisplay the brush opacity control.
SelectDisplay the brush selection control.
SelectAndInspectDisplay the brush selection control, and the brush inspector for the currently selected brush.
SizeDisplay the brush size control.