Class BundleTools.SceneData
Contains information about a scene in the project
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleTools.SceneData
Fields
| Edit this page View SourceName
The name of the scene
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Path
The file path of the scene
Declaration
public string Path
Field Value
Type | Description |
---|---|
string |