Interface IBindableAction<T>
Implementations of this interface can be bound to
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 |