Method InitForSave
InitForSave(string)
Initialize the scene for export
Declaration
public static Scene InitForSave(string filePath)
Parameters
Type | Name | Description |
---|---|---|
string | filePath | the path to save the scene to |
Returns
Type | Description |
---|---|
Scene | a valid scene object or null if invalid |