Summary
An object with a
Animancer.FSM.IPrioritizable.Priority
.- Assembly
- Animancer
.dll - Namespace
- Animancer
.FSM - Interfaces
Syntax
public interface IPrioritizable : IState
Remarks
Documentation:
State Selectors
Properties
Name | Value | Summary |
---|---|---|
Priority | float |
Extension Methods
Name | Value | Summary |
---|---|---|
GetNextState |
TState |
[Animancer Extension] Returns the
Animancer.FSM.StateChange`1.NextState .From StateExtensions
|
GetPreviousState |
TState |
[Animancer Extension] Returns the
Animancer.FSM.StateChange`1.PreviousState .From StateExtensions
|