Summary
Details of an
Animancer.ITransition
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Interfaces
-
- IDisposable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDisposable"]
Type["TransitionDrawer.DrawerContext"]
class Type type-node
Syntax
public class TransitionDrawer.DrawerContext : IDisposable
Fields
Name | Constant Value | Summary |
---|---|---|
Stack |
The stack of active contexts.
static
|
Properties
Name | Value | Summary |
---|---|---|
MaximumDuration | float |
The cached value of
Animancer.ITransitionDetailed.MaximumDuration . |
Property | SerializedProperty |
The main property representing the
Animancer.ITransition field. |
Transition | ITransitionDetailed |
The actual transition object rerieved from the
Animancer.Editor.TransitionDrawer.DrawerContext.Property . |
Methods
Name | Value | Summary |
---|---|---|
Dispose |
void |
Decrements the
Animancer.Editor.TransitionDrawer.DrawerContext.Stack . |
Get |
IDisposable |
Returns a disposable
Animancer.Editor.TransitionDrawer.DrawerContext representing the specified parameters.static
|