Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SaveStateMachine(StateMachine)

Saves the asset of the specified StateMachine to disk if it has unsaved changes.
Read time 1 minuteLast updated 12 days ago

Definition

public static void SaveStateMachine(StateMachine stateMachine)

Parameters

stateMachine

The state machine to save.

Remarks

This is the StateMachine counterpart of GraphDatabase.SaveGraph.