Class ApplicationEventUnit<TArgs>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public abstract class ApplicationEventUnit<TArgs> : EventHandlerUnit<TArgs>, ISerializationCallbackReceiver, IEventHandlerUnit, IEventUnit, IBehaviourUnit, IUnit, IGraphElementWithDebugData, IBehaviourGraphElement, IGraphElementWithData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged, IGraphEventHandler<TArgs>
Type Parameters
| Name | Description |
|---|---|
| TArgs |
Properties
register
Declaration
protected override bool register { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
Ludiq.Bolt.EventHandlerUnit<TArgs>.register
Methods
GetHook(GraphReference)
Declaration
public override EventHook GetHook(GraphReference instance)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | instance |
Returns
| Type | Description |
|---|---|
| EventHook |
Overrides
Ludiq.Bolt.EventHandlerUnit<TArgs>.GetHook(Ludiq.Bolt.GraphReference)
OnStartListening(GraphReference)
Declaration
protected override void OnStartListening(GraphReference instance)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | instance |
Overrides
Ludiq.Bolt.EventHandlerUnit<TArgs>.OnStartListening(Ludiq.Bolt.GraphReference)