Defines the structure of the state by building its options.
This method calls State.OnDefineOptions to allow custom definition of the state. It does nothing when the state is not part of a State.StateMachine.
public class MyState : State { public override void OnEnable() { DefineState(); } }