Summary
Base class for groups of fields that can be serialized inside
Animancer.Editor.AnimancerSettings
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AnimancerSettings.Group"]
class Type type-node
Syntax
public abstract class AnimancerSettings.Group
Methods
Name | Value | Summary |
---|---|---|
DoPropertyField |
SerializedProperty |
Draws a
UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[]) for a
property in this group.
|
Get |
SerializedProperty |
Returns a
UnityEditor.SerializedProperty relative to the base of this group. |