Interface IEntryPointRegisteredNode
Syntax
public interface IEntryPointRegisteredNode : IEntryPointNode, INode
Properties
MessageListenerType
If needed, the monobehaviour type to add to the target gameobject to catch events
Declaration
Type MessageListenerType { get; }
Property Value
Methods
Register<TCtx>(TCtx, NodeId)
called to register the event, ATM using Bolt's event bus
Declaration
void Register<TCtx>(TCtx ctx, NodeId nodeId)
where TCtx : IGraphInstance
Parameters
| Type |
Name |
Description |
| TCtx |
ctx |
|
| NodeId |
nodeId |
|
Type Parameters
Extension Methods