docs.unity3d.com
    Show / Hide Table of Contents

    Class SceneObject

    Class SceneObject.

    Inheritance
    Object
    SceneObject
    Namespace: UnityEngine.Industrial.Configuring.Staging
    Syntax
    [Serializable]
    public class SceneObject

    Properties

    SceneName

    Gets the name of the scene.

    Declaration
    public string SceneName { get; }
    Property Value
    Type Description
    String

    The name of the scene.

    Methods

    GetSceneObject(String)

    Declaration
    public static SceneAsset GetSceneObject(string sceneName)
    Parameters
    Type Name Description
    String sceneName
    Returns
    Type Description
    SceneAsset

    Operators

    Implicit(String to SceneObject)

    Performs an implicit conversion from String to SceneObject.

    Declaration
    public static implicit operator SceneObject(string sceneName)
    Parameters
    Type Name Description
    String sceneName

    Name of the scene.

    Returns
    Type Description
    SceneObject

    The result of the conversion.

    Implicit(SceneObject to String)

    Performs an implicit conversion from SceneObject to String.

    Declaration
    public static implicit operator string (SceneObject sceneObject)
    Parameters
    Type Name Description
    SceneObject sceneObject

    The scene object.

    Returns
    Type Description
    String

    The result of the conversion.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023