FastenUp
Search Results for

    Show / Hide Table of Contents

    Interface IBindableAction<T>

    Implementations of this interface can be bound to s. It provides ability to invoke the in the bind Unity components.

    Namespace: FastenUp.Runtime.Bindables
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBindableAction<in T> : IBindable where T : UnityEventBase, new()
    Type Parameters
    Name Description
    T

    Type of the event, must be a subclass of

    In This Article
    Back to top Generated by DocFX