AnimationTimeAttributeSettings Class

Summary

[Editor-Only] Options to determine how Animancer.Units.AnimationTimeAttribute displays.
Assembly
Animancer.dll
Namespace
Animancer.Units.Editor
Interfaces
Base Types
graph BT Type-->Base0["AnimancerSettingsGroup"] click Base0 "/animancer/api/Animancer.Editor/AnimancerSettingsGroup" Base0-->Base1["Object"] Type-.->Interface0["IComparable<AnimancerSettingsGroup>"] Type["AnimationTimeAttributeSettings"] class Type type-node

Syntax

[Serializable, InternalSerializableType]
public class AnimationTimeAttributeSettings : 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.

Fields

Name Constant Value Summary
showApproximations
Should time fields show approximations if the value is too long for the GUI?
showFrames
Should the Animancer.Units.AnimationTimeAttribute.Units.Frames field be shown?
showNormalized
Should the Animancer.Units.AnimationTimeAttribute.Units.Normalized field be shown?
showSeconds
Should the Animancer.Units.AnimationTimeAttribute.Units.Seconds field be shown?

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.

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