Summary
[Editor-Only] Settings for
Animancer.Editor.Previews.AnimancerComponentPreview
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor .Previews - Interfaces
-
- IComparable
<Animancer Settings >Group
- IComparable
- Base Types
-
- Object
- Animancer
Settings Group
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 |
---|---|
Serializable |
|
Internal |
[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 |
int |
Compares the
Animancer.Editor.AnimancerSettingsGroup.Index .Inherited from Animancer
|
DoPropertyField |
SerializedProperty |
Draws a
UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[]) for a
property in this group.
Inherited from Animancer
|
Get |
SerializedProperty |
Returns a
UnityEditor.SerializedProperty relative to the base of this group.Inherited from Animancer
|