docs.unity3d.com
    Show / Hide Table of Contents

    Class RuntimeStagingSettings

    Class RuntimeStagingSettings.

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

    Properties

    cameras

    All camera angles

    Declaration
    public List<StagingItemRow> cameras { get; }
    Property Value
    Type Description
    List<StagingItemRow>

    The cameras.

    environments

    All available Environments items (scenes)

    Declaration
    public List<StagingItemRow> environments { get; }
    Property Value
    Type Description
    List<StagingItemRow>

    The environments.

    events

    Gets the events.

    Declaration
    public List<StagingElement> events { get; }
    Property Value
    Type Description
    List<StagingElement>

    The events.

    lights

    All lights

    Declaration
    public List<StagingElement> lights { get; }
    Property Value
    Type Description
    List<StagingElement>

    The lights.

    Methods

    Merge(StagingSettings[])

    Merge two staging settings. Objects of StagingSettings b will be appended on the StagingSettings from a

    Declaration
    public static RuntimeStagingSettings Merge(params StagingSettings[] settings)
    Parameters
    Type Name Description
    StagingSettings[] settings

    The settings.

    Returns
    Type Description
    RuntimeStagingSettings

    New StagingSettings with all settings

    Events

    availabilityStatesChanged

    Triggered when availability of a staging element changed, with an assigned staging rule

    Declaration
    public event Action<StagingElement> availabilityStatesChanged
    Event Type
    Type Description
    Action<StagingElement>
    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