UltEvents.Editor Namespace

Summary

Stuff that only exists in the Unity Editor.

Class Types

Class Summary
BoolPref [Editor-Only] A simple wrapper around UnityEditor.EditorPrefs to get and set a bool.

If you are interested in a more comprehensive pref wrapper that supports more types, you should check out Inspector Gadgets.
Clipboard [Editor-Only] Manages the copying and pasting of events and persistent calls.
CollectionPropertyAccessor [Editor-Only] A UltEvents.Editor.PropertyAccessor for a specific element index in a collection.
GenericDropdown [Editor-Only] An UnityEditor.IMGUI.Controls.AdvancedDropdown with generic callback delegates.
PropertyAccessor [Editor-Only] A wrapper for accessing the underlying values and fields of a UnityEditor.SerializedProperty.
Serialization [Editor-Only] Various serialization utilities.

Enum Types

Enum Summary
MenuFunctionState [Editor-Only] The possible states for a function in a UnityEditor.GenericMenu.