docs.unity.cn
    Show / Hide Table of Contents

    Class StagingItemRow

    Class StagingItemRow.

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

    Properties

    isEnabled

    Enable a StagingItem in the configurator

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

    true if this instance is enabled; otherwise, false.

    settings

    Gets the settings.

    Declaration
    public StagingElement settings { get; }
    Property Value
    Type Description
    StagingElement

    The settings.

    stagingItemCommandSettings

    Gets or sets the staging item command settings.

    Declaration
    public StagingItemCommandSettings stagingItemCommandSettings { get; set; }
    Property Value
    Type Description
    StagingItemCommandSettings

    The staging item command settings.

    Extension Methods

    StagingItemRowExtensions.IsValidElement(StagingItemRow)
    StagingItemRowExtensions.GetElement(StagingItemRow)
    StagingItemRowExtensions.IsValidItem(StagingItemRow)
    StagingItemRowExtensions.GetItem(StagingItemRow)
    StagingItemRowExtensions.GetID(StagingItemRow)
    StagingItemRowExtensions.HasValidID(StagingItemRow)
    StagingItemRowExtensions.HasEnterCommands(StagingItemRow)
    StagingItemRowExtensions.GetEnterCommands(StagingItemRow)
    StagingItemRowExtensions.HasExitCommands(StagingItemRow)
    StagingItemRowExtensions.GetExitCommands(StagingItemRow)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021