docs.unity.cn
    Show / Hide Table of Contents

    Class SelectedVariantCodeCondition

    Class SelectedVariantCodeCondition.

    Inheritance
    Object
    SelectedVariantCodeCondition
    Namespace: UnityEngine.Industrial.Configuring.Core.Ruling
    Syntax
    [Serializable]
    public class SelectedVariantCodeCondition : IRuleCondition

    Fields

    codes

    The codes

    Declaration
    public List<string> codes
    Field Value
    Type Description
    List<String>

    Methods

    Applies(RuleExecutionContext)

    Applieses the specified context.

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

    The context.

    Returns
    Type Description
    Boolean

    true if XXXX, false otherwise.

    Implements
    IRuleCondition.Applies(RuleExecutionContext)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021