Class GameObjectEventUnit<TArgs>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public abstract class GameObjectEventUnit<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
eventProxyType
Declaration
public abstract Type eventProxyType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
register
Declaration
protected sealed override bool register { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Overrides
Ludiq.Bolt.EventHandlerUnit<TArgs>.register
target
The game object that listens for the event.
Declaration
[DoNotSerialize]
[NullMeansSelf]
[UnitPortDisplay(showLabel = false)]
public ValueInput target { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
Methods
Definition()
Declaration
protected override void Definition()
Overrides
Ludiq.Bolt.EventHandlerUnit<TArgs>.Definition()
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)