docs.unity3d.com
    Show / Hide Table of Contents

    Class StagingRuleSetController

    Class StagingRuleSetController.

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

    Constructors

    StagingRuleSetController(StagingRuleSet)

    Initializes a new instance of the StagingRuleSetController class.

    Declaration
    public StagingRuleSetController(StagingRuleSet ruleSet)
    Parameters
    Type Name Description
    StagingRuleSet ruleSet

    The rule set.

    StagingRuleSetController(StagingRuleSet, IStagingRulesUpdateProvider)

    Initializes a new instance of the StagingRuleSetController class.

    Declaration
    public StagingRuleSetController(StagingRuleSet ruleSet, IStagingRulesUpdateProvider stagingRulesUpdateProvider)
    Parameters
    Type Name Description
    StagingRuleSet ruleSet

    The rule set.

    IStagingRulesUpdateProvider stagingRulesUpdateProvider

    The staging rules update provider.

    Fields

    ruleSet

    The rule set

    Declaration
    public StagingRuleSet ruleSet
    Field Value
    Type Description
    StagingRuleSet

    stagingRulesUpdateProvider

    The staging rules update provider

    Declaration
    public IStagingRulesUpdateProvider stagingRulesUpdateProvider
    Field Value
    Type Description
    IStagingRulesUpdateProvider

    Events

    validationChanged

    Occurs when [validation changed].

    Declaration
    public event Action<bool> validationChanged
    Event Type
    Type Description
    Action<Boolean>
    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