Table of Contents

Class FlowNode_MakeArrayT<T>

Namespace
Ceres.Graph.Flow.Utilities
Assembly
cs.temp.dll.dll

Make an array of type

public class FlowNode_MakeArrayT<T> : FlowNode_MakeArray, IDisposable, ISerializationCallbackReceiver, IPortArrayNode, IReadOnlyPortArrayNode

Type Parameters

T
Inheritance
object
FlowNode_MakeArrayT<T>
Implements
IDisposable
ISerializationCallbackReceiver
Inherited Members

Fields

array

public CeresPort<T[]> array

Field Value

CeresPort<T[]>

inputCount

public int inputCount

Field Value

int

items

public CeresPort<T>[] items

Field Value

CeresPort<T>[]

Methods

Execute(ExecutionContext)

protected override sealed UniTask Execute(ExecutionContext executionContext)

Parameters

executionContext ExecutionContext

Returns

UniTask

GetPortArrayFieldName()

public string GetPortArrayFieldName()

Returns

string

GetPortArrayLength()

public int GetPortArrayLength()

Returns

int

OnAfterDeserialize()

public void OnAfterDeserialize()

OnBeforeSerialize()

public void OnBeforeSerialize()

SetPortArrayLength(int)

public void SetPortArrayLength(int newLength)

Parameters

newLength int