Summary
An object with a
Animancer.FSM.IPrioritizable.Priority.- Assembly
- Animancer
.dll - Namespace
- Animancer
.FSM - Interfaces
graph BT
Type-.->Interface0["IState"]
click Interface0 "/animancer-v7-4/api/Animancer.FSM/IState"
Type["IPrioritizable"]
class Type type-node
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
|