docs.unity3d.com
    Show / Hide Table of Contents

    Class StagingElement

    Class StagingElement.

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

    Properties

    enterCommands

    Gets or sets the enter commands.

    Declaration
    public List<Command> enterCommands { get; set; }
    Property Value
    Type Description
    List<Command>

    The enter commands.

    exitCommands

    Gets or sets the exit commands.

    Declaration
    public List<Command> exitCommands { get; set; }
    Property Value
    Type Description
    List<Command>

    The exit commands.

    ID

    Gets or sets the identifier.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    String

    The identifier.

    isAvailable

    Gets a value indicating whether this instance is available.

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

    true if this instance is available; otherwise, false.

    stagingRuleSet

    Gets or sets the staging rule set.

    Declaration
    public StagingRuleSet stagingRuleSet { get; set; }
    Property Value
    Type Description
    StagingRuleSet

    The staging rule set.

    Methods

    ValidateRuleSet(String, Type[])

    Validates the rule set.

    Declaration
    public bool ValidateRuleSet(string belongingList, params Type[] canNotIncludeRule)
    Parameters
    Type Name Description
    String belongingList

    The belonging list.

    Type[] canNotIncludeRule

    The can not include rule.

    Returns
    Type Description
    Boolean

    true if XXXX, false otherwise.

    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