Summary
The state that was created by this object. Specifically, this is the state that was most recently
passed into
Animancer.Transition`1.Apply(Animancer.AnimancerState)
(usually by AnimancerGraph.Play(ITransition)
).
You can use Animancer.AnimancerStateDictionary.GetOrCreate(Animancer.ITransition)
or
Animancer.AnimancerLayer.GetOrCreateState(Animancer.ITransition)
to get or create the state for a
specific object.
Animancer.Transition`1.State
is simply a shorthand for casting this to TState.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- Transition
<TState>
Syntax
public AnimancerState BaseState { get; private set; }
Value
Type | Description |
---|---|
AnimancerState |