docs.unity3d.com
    Show / Hide Table of Contents

    Interface IStagingPanel

    Interface IStagingPanel

    Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
    Syntax
    public interface IStagingPanel

    Properties

    IsSceneDropdownInteractable

    Gets or sets a value indicating whether this instance is scene dropdown interactable.

    Declaration
    bool IsSceneDropdownInteractable { get; set; }
    Property Value
    Type Description
    Boolean

    true if this instance is scene dropdown interactable; otherwise, false.

    Transform

    Gets the transform.

    Declaration
    Transform Transform { get; }
    Property Value
    Type Description
    Transform

    The transform.

    Methods

    Destroy()

    Destroys this instance.

    Declaration
    void Destroy()

    SetCameraSelected(String)

    Sets the camera selected.

    Declaration
    void SetCameraSelected(string id)
    Parameters
    Type Name Description
    String id

    The identifier.

    SetCamerasView(List<String>)

    Sets the cameras view.

    Declaration
    void SetCamerasView(List<string> cameras)
    Parameters
    Type Name Description
    List<String> cameras

    The cameras.

    SetSceneSelected(String)

    Sets the scene selected.

    Declaration
    void SetSceneSelected(string id)
    Parameters
    Type Name Description
    String id

    The identifier.

    SetScenesView(List<String>)

    Sets the scenes view.

    Declaration
    void SetScenesView(List<string> scenes)
    Parameters
    Type Name Description
    List<String> scenes

    The scenes.

    SetView(RuntimeStagingSettings)

    Sets the view.

    Declaration
    void SetView(RuntimeStagingSettings settings)
    Parameters
    Type Name Description
    RuntimeStagingSettings settings

    The settings.

    Events

    cameraSelected

    Occurs when [camera selected].

    Declaration
    event Action<int, string> cameraSelected
    Event Type
    Type Description
    Action<Int32, String>

    sceneSelected

    Occurs when [scene selected].

    Declaration
    event Action<int, string> sceneSelected
    Event Type
    Type Description
    Action<Int32, String>
    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