Method CreateSceneTemplate
CreateSceneTemplate(string)
Create a new Scene template at a specific path. This scene template won't be bound to a scene.
Declaration
public static SceneTemplateAsset CreateSceneTemplate(string sceneTemplatePath)
Parameters
Type | Name | Description |
---|---|---|
string | sceneTemplatePath | Path of the new scene template asset |
Returns
Type | Description |
---|---|
SceneTemplateAsset | A new scene template asset instance |