Class BindableEvent
Bindable event that provides the ability to subscribe to the events without any arguments in the bind Unity components.
Inherited Members
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public sealed class BindableEvent : BaseBindableEvent<UnityAction>, IBindableEvent<UnityAction>, IBindable
Implements
IDisposable