docs.unity3d.com
    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 © 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