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