docs.unity3d.com
    Show / Hide Table of Contents

    Interface IRule

    Interface IRule

    Namespace: UnityEngine.Industrial.Configuring.Core.Ruling
    Syntax
    public interface IRule

    Properties

    Action

    Gets or sets the action.

    Declaration
    IRuleAction Action { get; set; }
    Property Value
    Type Description
    IRuleAction

    The action.

    Condition

    Gets or sets the condition.

    Declaration
    IRuleCondition Condition { get; set; }
    Property Value
    Type Description
    IRuleCondition

    The condition.

    Methods

    Execute(RuleExecutionContext)

    Executes the specified context.

    Declaration
    void Execute(RuleExecutionContext context)
    Parameters
    Type Name Description
    RuleExecutionContext context

    The context.

    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