Summary
[Editor-Only] A custom GUI for
Animancer.IParameter
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Interfaces
- Base Types
-
- Object
- CustomGUI
<TParameter>
graph BT
Type-->Base0["CustomGUI<TParameter>"]
Base0-->Base1["Object"]
Type-.->Interface0["ICustomGUI"]
click Interface0 "/animancer/api/Animancer.Editor/ICustomGUI"
Type["ParameterGUI<TParameter>"]
class Type type-node
Syntax
[CustomGUI(typeof(IParameter))]
public class ParameterGUI<TParameter> : CustomGUI<TParameter>, ICustomGUI
where TParameter : IParameter
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 |
---|---|
TParameter |
Methods
Name | Value | Summary |
---|---|---|
DoGUI |
void |
Draws the GUI for the
Animancer.Editor.ICustomGUI.Value . |