Struct OnDestinationReachedNode
Syntax
[NodeDescription(typeof(OnDestinationReached))]
public struct OnDestinationReachedNode : IEntryPointRegisteredNode<EmptyEventArgs>, IEntryPointRegisteredNode, IEntryPointNode, INode
Fields
Coroutine
Declaration
Field Value
RequireSuccess
Declaration
public InputDataPort RequireSuccess
Field Value
Threshold
Declaration
public InputDataPort Threshold
Field Value
Trigger
Declaration
public OutputTriggerPort Trigger
Field Value
Properties
MessageListenerType
Declaration
public readonly Type MessageListenerType { get; }
Property Value
Implements
Methods
AssignArguments<TCtx>(TCtx, EmptyEventArgs)
Declaration
public void AssignArguments<TCtx>(TCtx ctx, EmptyEventArgs args)
where TCtx : IGraphInstance
Parameters
Type Parameters
Implements
Execute<TCtx>(TCtx)
Declaration
public Execution Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
Type |
Name |
Description |
TCtx |
ctx |
|
Returns
Type Parameters
Implements
Register<TCtx>(TCtx, NodeId)
Declaration
public void Register<TCtx>(TCtx ctx, NodeId nodeId)
where TCtx : IGraphInstance
Parameters
Type |
Name |
Description |
TCtx |
ctx |
|
NodeId |
nodeId |
|
Type Parameters
Implements
Extension Methods