Class SceneLoadInfo
Inherited Members
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class SceneLoadInfo
Properties
| Improve this Doc View Sourceaddress
Declaration
public string address { get; set; }
Property Value
Type | Description |
---|---|
String |
asset
Declaration
public GUID asset { get; set; }
Property Value
Type | Description |
---|---|
GUID |
internalName
Declaration
public string internalName { get; set; }
Property Value
Type | Description |
---|---|
String |