| Parameter | Description |
|---|---|
| state | The state to remove. Must belong to this state machine. |
Removes a state from the state machine.
Removing a state also removes any transitions connected to it. Enclose this method with StateMachine.UndoBeginRecordStateMachine and StateMachine.UndoEndRecordStateMachine to add this operation to the undo stack and to update the graph view with the changes.