Table of Contents

Class SeparatorDrawer

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll
[CustomPropertyDrawer(typeof(SeparatorAttribute))]
[Version(4, 3, 0)]
public class SeparatorDrawer : DecoratorDrawer
Inheritance
GUIDrawer
SeparatorDrawer
Inherited Members
DecoratorDrawer.CanCacheInspectorGUI()
DecoratorDrawer.attribute
Extension Methods

Methods

GetHeight()

Override this method to specify how tall the GUI for this decorator is in pixels.

OnGUI(Rect)
<p>Override this method to make your own GUI for the decorator.

See DecoratorDrawer for an example of how to use this.