Class FlowNode_SoftAssetReferenceTLoadAssetAsync<TObject>
Inheritance
object
FlowNode_SoftAssetReferenceTLoadAssetAsync<TObject>
Implements
System.Collections.Generic.IEnumerable<T><CeresNode>
System.Collections.IEnumerable
System.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.Utilities
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public sealed class FlowNode_SoftAssetReferenceTLoadAssetAsync<TObject> : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable where TObject : Object
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
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable