Struct M_Usage_Aggregates.Aggregate
Inherited Members
Namespace: Unity.DataFlowGraph.Tour
Syntax
public struct Aggregate
Fields
AnArray
Declaration
public Buffer<long> AnArray
Field Value
Type | Description |
---|---|
Buffer<Int64> |
AVector
Declaration
public float3 AVector
Field Value
Type | Description |
---|---|
float3 |
SomeBoolean
Declaration
public bool SomeBoolean
Field Value
Type | Description |
---|---|
Boolean |
SomeMatrix
Declaration
public Matrix4x4 SomeMatrix
Field Value
Type | Description |
---|---|
Matrix4x4 |
SomeOtherArray
Declaration
public Buffer<long> SomeOtherArray
Field Value
Type | Description |
---|---|
Buffer<Int64> |