Interface IConditionEvaluationContext | Compositor | 0.4.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IConditionEvaluationContext

    Namespace: Unity.Compositor.Model
    Syntax
    public interface IConditionEvaluationContext

    Properties

    CurrentDt

    Declaration
    float CurrentDt { get; }
    Property Value
    Type Description
    Single

    CurrentStateId

    Declaration
    string CurrentStateId { get; }
    Property Value
    Type Description
    String

    ElapsedTimeEvaluator

    Declaration
    IStateElapsedTimeEvaluator ElapsedTimeEvaluator { get; }
    Property Value
    Type Description
    IStateElapsedTimeEvaluator

    StateTagEvaluator

    Declaration
    IStateTagEvaluator StateTagEvaluator { get; }
    Property Value
    Type Description
    IStateTagEvaluator

    Methods

    GetBlackboardValueEvaluator(String)

    Declaration
    IBlackboardValueEvaluator GetBlackboardValueEvaluator(string entityId = "")
    Parameters
    Type Name Description
    String entityId
    Returns
    Type Description
    IBlackboardValueEvaluator

    GetMarkupEvaluator(String)

    Declaration
    IMarkupEvaluator GetMarkupEvaluator(string entityId = "")
    Parameters
    Type Name Description
    String entityId
    Returns
    Type Description
    IMarkupEvaluator
    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