Class PrefabBrushEditor
The Brush Editor for a Prefab Brush.
Inheritance
Inherited Members
Namespace: UnityEditor.Tilemaps
Syntax
[CustomEditor(typeof(PrefabBrush))]
public class PrefabBrushEditor : GridBrushEditor, IPreviewable, IToolModeOwner
Methods
OnEnable()
Declaration
protected override void OnEnable()
Overrides
OnPaintInspectorGUI()
Callback for painting the inspector GUI for the PrefabBrush in the Tile Palette. The PrefabBrush Editor overrides this to have a custom inspector for this Brush.
Declaration
public override void OnPaintInspectorGUI()