AnimancerComponentPreviewSettings Class

Summary

[Editor-Only] Settings for Animancer.Editor.Previews.AnimancerComponentPreview.
Assembly
Animancer.dll
Namespace
Animancer.Editor.Previews
Interfaces
Base Types
graph BT Type-->Base0["AnimancerSettingsGroup"] click Base0 "/animancer/api/Animancer.Editor/AnimancerSettingsGroup" Base0-->Base1["Object"] Type-.->Interface0["IComparable<AnimancerSettingsGroup>"] Type["AnimancerComponentPreviewSettings"] class Type type-node

Syntax

[Serializable, InternalSerializableType]
public class AnimancerComponentPreviewSettings : AnimancerSettingsGroup, 
    IComparable<AnimancerSettingsGroup>

Attributes

Type Description
SerializableAttribute
InternalSerializableTypeAttribute [Editor-Conditional] A UnityEngine.Scripting.APIUpdating.MovedFromAttribute which indicates that a type may have been previously defined in the pre-compiled Animancer Lite DLL in an earlier version of Animancer.

Properties

Name Value Summary
DisplayName string
The user-firendly name to display in the Inspector.
Index int
The index to display this data at in the Inspector.
RepaintRate float
The target frame rate of repaint commands (FPS).
static

Methods

Name Value Summary
CompareTo(AnimancerSettingsGroup) int
Compares the Animancer.Editor.AnimancerSettingsGroup.Index.
Inherited from AnimancerSettingsGroup
DoPropertyField(string) SerializedProperty
Draws a UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[]) for a property in this group.
Inherited from AnimancerSettingsGroup
GetSerializedProperty(string) SerializedProperty
Returns a UnityEditor.SerializedProperty relative to the base of this group.
Inherited from AnimancerSettingsGroup