Summary
[Editor-Only] A
Animancer.Editor.ICustomGUI for UnityEngine.Object.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Interfaces
- Base Types
Syntax
[CustomGUI(typeof(Object))]
public class ObjectGUI<T> : CustomGUI<T>, ICustomGUI where T : Object
Attributes
| Type | Description |
|---|---|
| CustomGUIAttribute | [Editor-Only]
Attribute for classes which implement Animancer.Editor.CustomGUI`1 to specify the type of objects they apply to.
|
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Name | Value | Summary |
|---|---|---|
| DoGUI |
void |
Draws the GUI for the
Animancer.Editor.ICustomGUI.Value. |