Struct RenderContext.ResolvedPortArray<TDefinition, TType>
A resolved PortArray<TPort> of DataInput<TDefinition, TType>. (see Resolve<TNodeDefinition, TType>(ref DataOutput<TNodeDefinition, TType>)).
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct ResolvedPortArray<TDefinition, TType>
where TDefinition : NodeDefinition where TType : struct
Type Parameters
| Name | Description |
|---|---|
| TDefinition | |
| TType |
Properties
Item[Int32]
Indexer for retrieving values of incoming connections to this port array.
Declaration
public TType this[int i] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | i |
Property Value
| Type | Description |
|---|---|
| TType | The value of the i'th connection. |
Length
The number of elements in the array.
Declaration
public ushort Length { get; }
Property Value
| Type | Description |
|---|---|
| UInt16 |