Class FlowNode_SoftAssetReferenceLoadAssetAsync
Inheritance
object
FlowNode_SoftAssetReferenceLoadAssetAsync
Implements
IDisposable
Inherited Members
Namespace: Ceres.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_SoftAssetReferenceLoadAssetAsync : FlowNode, IDisposable
Fields
onComplete
Declaration
public DelegatePort<EventDelegate<UObject>> onComplete
Field Value
| Type | Description |
|---|---|
| DelegatePort<EventDelegate<UObject>> |
reference
Declaration
public CeresPort<SoftAssetReference> reference
Field Value
| Type | Description |
|---|---|
| CeresPort<SoftAssetReference> |
Methods
LocalExecute(ExecutionContext)
Declaration
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ExecutionContext | executionContext |
Overrides
Implements
IDisposable