Table of Contents

Class CursorGraphicDrawer

Namespace
Goehler.OrbitalCam
Assembly
Goehler.OrbitalCam.Editor.dll
[CustomPropertyDrawer(typeof(CursorController.CursorGraphic))]
public class CursorGraphicDrawer : PropertyDrawer
Inheritance
object
GUIDrawer
PropertyDrawer
CursorGraphicDrawer
Inherited Members
PropertyDrawer.CreatePropertyGUI(SerializedProperty)
PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
PropertyDrawer.attribute
PropertyDrawer.fieldInfo

Methods

OnGUI(Rect, SerializedProperty, GUIContent)

Override this method to make your own IMGUI based GUI for the property.

public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)

Parameters

position Rect

Rectangle on the screen to use for the property GUI.

property SerializedProperty

The SerializedProperty to make the custom GUI for.

label GUIContent

The label of this property.