Show / Hide Table of Contents

Class BundleTools.SceneData

Contains information about a scene in the project

Inheritance
object
BundleTools.SceneData
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleTools.SceneData

Fields

| Edit this page View Source

Name

The name of the scene

Declaration
public string Name
Field Value
Type Description
string
| Edit this page View Source

Path

The file path of the scene

Declaration
public string Path
Field Value
Type Description
string

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾