Table of Contents

Class FlowNode_SoftAssetReferenceLoadAssetAsync

Namespace
Ceres.Flow.Utilities
Assembly
Ceres.Flow.dll
[CeresGroup("Utilities")]
[CeresLabel("Load Asset Async")]
[NodeInfo("Asynchronously loads the soft asset reference and outputs the loaded object.")]
[RequirePort(typeof(SoftAssetReference), true)]
public sealed class FlowNode_SoftAssetReferenceLoadAssetAsync : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable
Inheritance
FlowNode_SoftAssetReferenceLoadAssetAsync
Implements
Inherited Members

Constructors

FlowNode_SoftAssetReferenceLoadAssetAsync()

public FlowNode_SoftAssetReferenceLoadAssetAsync()

Fields

onComplete

[InputPort(false)]
public DelegatePort<EventDelegate<Object>> onComplete

Field Value

DelegatePort<EventDelegate<Object>>

reference

[InputPort(true)]
[HideInGraphEditor]
public CeresPort<SoftAssetReference> reference

Field Value

CeresPort<SoftAssetReference>

Methods

LocalExecute(ExecutionContext)

Do node local execution, sync only

protected override void LocalExecute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

__getTypeName()

protected override string __getTypeName()

Returns

string

__initializePorts()

protected override void __initializePorts()

__initializeVariables()

protected override void __initializeVariables()