Class FlowNode_SoftAssetReferenceLoadAssetAsync
[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
reference
[InputPort(true)]
[HideInGraphEditor]
public CeresPort<SoftAssetReference> reference
Field Value
Methods
LocalExecute(ExecutionContext)
Do node local execution, sync only
protected override void LocalExecute(ExecutionContext executionContext)
Parameters
executionContextExecutionContext
__getTypeName()
protected override string __getTypeName()
Returns
__initializePorts()
protected override void __initializePorts()
__initializeVariables()
protected override void __initializeVariables()