docs.unity3d.com
    Show / Hide Table of Contents

    Class StagingItemRowExtensions

    Class StagingItemRowExtensions.

    Inheritance
    Object
    StagingItemRowExtensions
    Namespace: UnityEngine.Industrial.Configuring.Staging
    Syntax
    public static class StagingItemRowExtensions

    Methods

    GetElement(StagingItemRow)

    Gets the element.

    Declaration
    public static StagingElement GetElement(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    StagingElement

    StagingElement.

    GetEnterCommands(StagingItemRow)

    Gets the enter commands.

    Declaration
    public static List<Command> GetEnterCommands(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    List<Command>

    List<Commands.Command>.

    GetExitCommands(StagingItemRow)

    Gets the exit commands.

    Declaration
    public static List<Command> GetExitCommands(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    List<Command>

    List<Commands.Command>.

    GetID(StagingItemRow)

    Gets the identifier.

    Declaration
    public static string GetID(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    String

    System.String.

    GetItem(StagingItemRow)

    Gets the item.

    Declaration
    public static StagingItem GetItem(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    StagingItem

    StagingItem.

    HasEnterCommands(StagingItemRow)

    Determines whether [has enter commands] [the specified item row].

    Declaration
    public static bool HasEnterCommands(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    Boolean

    true if [has enter commands] [the specified item row]; otherwise, false.

    HasExitCommands(StagingItemRow)

    Determines whether [has exit commands] [the specified item row].

    Declaration
    public static bool HasExitCommands(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    Boolean

    true if [has exit commands] [the specified item row]; otherwise, false.

    HasValidID(StagingItemRow)

    Determines whether [has valid identifier] [the specified item row].

    Declaration
    public static bool HasValidID(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    Boolean

    true if [has valid identifier] [the specified item row]; otherwise, false.

    IsValidElement(StagingItemRow)

    Determines whether [is valid element] [the specified item row].

    Declaration
    public static bool IsValidElement(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    Boolean

    true if [is valid element] [the specified item row]; otherwise, false.

    IsValidItem(StagingItemRow)

    Determines whether [is valid item] [the specified item row].

    Declaration
    public static bool IsValidItem(this StagingItemRow itemRow)
    Parameters
    Type Name Description
    StagingItemRow itemRow

    The item row.

    Returns
    Type Description
    Boolean

    true if [is valid item] [the specified item row]; otherwise, false.

    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