Summary
Represents a Unity Editor state which can be used as a condition.
- Assembly
- Kybernetik
.InspectorGadgets .dll - Namespace
- InspectorGadgets
- Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["EditorState"]
class Type type-node
Syntax
public enum EditorState
Fields
Extension Methods
Name | Value | Summary |
---|---|---|
IsNow |
bool |
Returns true if the Unity Editor is currently in the specified `state`.
From IGEditorUtils
|