Class CustomExecutionEvent
Base class for ExecutionEventBase generated from
Inheritance
object
CustomExecutionEvent
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public abstract class CustomExecutionEvent : ExecutionEventBase, IEnumerable<CeresNode>, IEnumerable, IDisposable
Fields
exec
Declaration
public NodePort exec
Field Value
Type | Description |
---|---|
NodePort |
Methods
Execute(ExecutionContext)
Declaration
protected override sealed UniTask Execute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
Returns
Type | Description |
---|---|
UniTask |
Overrides
LocalExecute(ExecutionContext)
Declaration
protected virtual void LocalExecute(ExecutionContext executionContext)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | executionContext |
RegisterEventId<TEventBase>(string)
Declaration
protected static void RegisterEventId<TEventBase>(string eventName) where TEventBase : EventBase<TEventBase>, new()
Parameters
Type | Name | Description |
---|---|---|
string | eventName |
Type Parameters
Name | Description |
---|---|
TEventBase |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
IDisposable