Class BaseConditionModel | Compositor | 0.8.0-preview.2
docs.unity3d.com
    Show / Hide Table of Contents

    Class BaseConditionModel

    Inheritance
    Object
    BaseConditionModel
    ElapsedTimeConditionModel
    GameplayPropertyValueConditionModel
    GroupConditionModel
    MarkupConditionModel
    StateTagConditionModel
    Namespace: Unity.Compositor.Model
    Syntax
    [Serializable]
    public abstract class BaseConditionModel

    Properties

    IndexInParent

    Declaration
    public int IndexInParent { get; set; }
    Property Value
    Type Description
    Int32

    Parent

    Declaration
    public BaseConditionModel Parent { get; set; }
    Property Value
    Type Description
    BaseConditionModel

    Methods

    EvalCondition(IConditionEvaluationContext)

    Declaration
    public abstract bool EvalCondition(IConditionEvaluationContext evalContext)
    Parameters
    Type Name Description
    IConditionEvaluationContext evalContext
    Returns
    Type Description
    Boolean

    GetIndentationString(Int32)

    Declaration
    protected string GetIndentationString(int indentLevel)
    Parameters
    Type Name Description
    Int32 indentLevel
    Returns
    Type Description
    String

    ToString(Int32)

    Declaration
    public abstract string ToString(int indentLevel = 0)
    Parameters
    Type Name Description
    Int32 indentLevel
    Returns
    Type Description
    String
    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