docs.unity3d.com
    Show / Hide Table of Contents

    Class RuntimeConfiguratorSceneData

    Class for accessing Configurator scene data.

    Inheritance
    Object
    RuntimeConfiguratorSceneData
    Namespace: Unity.Industrial.Forma.FormaUIBase
    Syntax
    public class RuntimeConfiguratorSceneData : object

    Constructors

    RuntimeConfiguratorSceneData(Configurator)

    Declaration
    public RuntimeConfiguratorSceneData(Configurator configurator)
    Parameters
    Type Name Description
    Configurator configurator

    Properties

    configurator

    Declaration
    public Configurator configurator { get; }
    Property Value
    Type Description
    Configurator

    currentProduct

    Declaration
    public Product currentProduct { get; }
    Property Value
    Type Description
    Product

    currentProductIndex

    Declaration
    public int currentProductIndex { get; }
    Property Value
    Type Description
    Int32

    productNames

    Declaration
    public List<string> productNames { get; }
    Property Value
    Type Description
    List<String>

    Methods

    Cameras()

    Declaration
    public IEnumerable<(DisplayInfoContent, StagingElement)> Cameras()
    Returns
    Type Description
    IEnumerable<(, )<DisplayInfoContent, StagingElement>>

    ContextDisplayInfo()

    Declaration
    public ContextCollectionDisplayInfo ContextDisplayInfo()
    Returns
    Type Description
    ContextCollectionDisplayInfo

    Contexts()

    Declaration
    public ContextCollection Contexts()
    Returns
    Type Description
    ContextCollection

    CurrentCamera()

    Declaration
    public StagingElement CurrentCamera()
    Returns
    Type Description
    StagingElement

    EnvironmentDisplayInfo()

    Declaration
    public IEnumerable<(DisplayInfoContent, StagingItem)> EnvironmentDisplayInfo()
    Returns
    Type Description
    IEnumerable<(, )<DisplayInfoContent, StagingItem>>

    Environments()

    Declaration
    public IEnumerable<StagingItemRow> Environments()
    Returns
    Type Description
    IEnumerable<StagingItemRow>

    FeatureIsSelected(Feature)

    Declaration
    public bool FeatureIsSelected(Feature feature)
    Parameters
    Type Name Description
    Feature feature
    Returns
    Type Description
    Boolean

    GetSelectedEnvironment()

    Returns either the selected environment or the first environment in the list if none are selected.

    Declaration
    public StagingItemRow GetSelectedEnvironment()
    Returns
    Type Description
    StagingItemRow

    IsStagingManagerBusy()

    Is an environment being loaded or unloaded

    Declaration
    public static bool IsStagingManagerBusy()
    Returns
    Type Description
    Boolean

    Products()

    Declaration
    public IEnumerable<AssetProductReference> Products()
    Returns
    Type Description
    IEnumerable<AssetProductReference>
    Back to top
    Terms of use
    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