UltEventDrawer Class

Summary

[Editor-Only] PropertyDrawer for UltEvents.UltEventBase.
Assembly
UltEvents.dll
Namespace
UltEvents.Editor
Base Types
  • PropertyDrawer
graph BT Type-->Base0["PropertyDrawer"] Type["UltEventDrawer"] class Type type-node

Syntax

[CustomPropertyDrawer(typeof(UltEventBase), true)]
public class UltEventDrawer : PropertyDrawer

Attributes

Type Description
CustomPropertyDrawer

Fields

Name Constant Value Summary
Border 1
static
IndentSize 15
static
Padding 5
static

Methods

Name Value Summary
DoDelegateGUI(Rect, Delegate) void
[Editor-Only] Draw the target and name of the specified System.Delegate.
static
DoElementBackgroundGUI(Rect, int, bool, bool) void
DoFooterGUI(Rect) void
GetPropertyHeight(SerializedProperty, GUIContent) float
OnGUI(Rect, SerializedProperty, GUIContent) void