Class BindableEvent<T>
Bindable event that provides the ability to subscribe to the events with one argument in the bind Unity components.
Inherited Members
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public sealed class BindableEvent<T> : BaseBindableEvent<UnityAction<T>>, IBindableEvent<UnityAction<T>>, IBindable
Type Parameters
Name | Description |
---|---|
T | Type of the argument of the |
Implements
IDisposable