Interface IEventUnit
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IEventUnit : IBehaviourUnit, IUnit, IGraphElementWithDebugData, IBehaviourGraphElement, IGraphElementWithData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged
Methods
IsListening(GraphPointer)
Declaration
bool IsListening(GraphPointer instance)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphPointer | instance |
Returns
| Type | Description |
|---|---|
| Boolean |
StartListening(GraphReference)
Declaration
void StartListening(GraphReference instance)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | instance |
StopListening(GraphReference)
Declaration
void StopListening(GraphReference instance)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | instance |