Summary
Details used to draw an
Animancer.ITransition
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Interfaces
-
- IDisposable
- Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type-.->Interface0["IDisposable"]
Type["TransitionDrawer.DrawerContext"]
class Type type-node
Syntax
public readonly struct TransitionDrawer.DrawerContext : ValueType, IDisposable
Constructors
Name | Summary |
---|---|
DrawerContext |
Creates a new Animancer.Editor.TransitionDrawer.DrawerContext . |
Fields
Name | Constant Value | Summary |
---|---|---|
MaximumDuration |
The cached value of
Animancer.ITransitionDetailed.MaximumDuration . |
|
Property |
The main property representing the
Animancer.ITransition field. |
|
Stack |
The stack of active contexts.
static
|
|
Transition |
The actual transition object rerieved from the
Animancer.Editor.TransitionDrawer.DrawerContext.Property . |
Methods
Name | Value | Summary |
---|---|---|
Dispose |
void |
Applies any modified properties and decrements the stack.
|