Search Results for

    Show / Hide Table of Contents

    Interface IDataBind<T>

    Provides an interface to inject a dependency. See SpellElementConsideration Bind method.

    Namespace: TinnyStudios.AIUtility.Impl.Examples.TurnBasedSpell
    Assembly: UtilityAIFramework.dll
    Syntax
    public interface IDataBind<in T>
    Type Parameters
    Name Description
    T

    Methods

    Bind(T)

    Declaration
    void Bind(T dependency)
    Parameters
    Type Name Description
    T dependency
    In This Article
    Back to top Generated by DocFX