Summary
A custom Inspector for
Animancer.Editor.AnimancerSettings.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["AnimancerSettings.Editor"]
class Type type-node
Syntax
[CustomEditor(typeof(AnimancerSettings), true), CanEditMultipleObjects]
public class AnimancerSettings.Editor : Editor
Attributes
| Type | Description |
|---|---|
| CustomEditor | |
| Can |
Properties
| Name | Value | Summary |
|---|---|---|
| HideNextInfo | bool |
If
true, the next Animancer.Editor.AnimancerSettings.Editor.OnInspectorGUI will skip drawing the info panel.
static
|
Methods
| Name | Value | Summary |
|---|---|---|
| Create |
SettingsProvider |
Creates the Project Settings page.
static
|
| DoHeading |
void |
Draws a heading label.
static
|
| OnEnable |
void |
Called when this object is first loaded.
|
| OnInspectorGUI |
void |