Method Record
Record(String)
Record the state of the EditorSceneManager and save to a JSON file.
Declaration
public static void Record(string path = "")
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to save the recorded state. |
Record the state of the EditorSceneManager and save to a JSON file.
public static void Record(string path = "")
Type | Name | Description |
---|---|---|
String | path | The path to save the recorded state. |