Summary
Details of an
Animancer.AnimancerEvent.Sequence.Serializable
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["SerializableEventSequenceDrawer.Context"]
class Type type-node
Syntax
public class SerializableEventSequenceDrawer.Context : IDisposable
Fields
Name | Constant Value | Summary |
---|---|---|
Callbacks |
The property representing the
Animancer.AnimancerEvent.Sequence.Serializable.Callbacks backing field. |
|
Names |
The property representing the
Animancer.AnimancerEvent.Sequence.Serializable.Names backing field. |
|
Times |
The property representing the
Animancer.AnimancerEvent.Sequence.Serializable.NormalizedTimes backing field. |
Properties
Name | Value | Summary |
---|---|---|
Current | Serializable |
The currently active instance.
static
|
Property | SerializedProperty |
The main property representing the
Animancer.Editor.SerializableEventSequenceDrawer.Context.Sequence field. |
SelectedEvent | int |
The index of the currently selected event.
|
Sequence | AnimancerEvent |
Underlying value of the
Animancer.Editor.SerializableEventSequenceDrawer.Context.Property . |
TransitionContext | TransitionDrawer |
Shorthand for
Animancer.Editor.TransitionDrawer.Context . |
Methods
Name | Value | Summary |
---|---|---|
Copy |
Serializable |
Creates a copy of this
Animancer.Editor.SerializableEventSequenceDrawer.Context . |
Dispose |
void |
[
System.IDisposable ] Calls UnityEditor.SerializedObject.ApplyModifiedProperties . |
Get |
Serializable |
Adds a new
Animancer.Editor.SerializableEventSequenceDrawer.Context representing the `property` to the stack and returns it.static
|
SetAsCurrent |
Serializable |
Sets this
Animancer.Editor.SerializableEventSequenceDrawer.Context as the Animancer.Editor.SerializableEventSequenceDrawer.Context.Current and returns it. |