This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerSettings.

AnimancerSettings.Group Class

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(string) SerializedProperty
Draws a UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[]) for a property in this group.
GetSerializedProperty(string) SerializedProperty
Returns a UnityEditor.SerializedProperty relative to the base of this group.