docs.unity.cn
    Show / Hide Table of Contents

    Interface IRuleCondition

    Interface IRuleCondition

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

    Methods

    Applies(RuleExecutionContext)

    Applieses the specified context.

    Declaration
    bool Applies(RuleExecutionContext context)
    Parameters
    Type Name Description
    RuleExecutionContext context

    The context.

    Returns
    Type Description
    Boolean

    true if XXXX, false otherwise.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021