Table of Contents

Struct ComponentCollection<T>

Namespace
Typhon.Schema.Definition
Assembly
Typhon.Schema.Definition.dll

A component field holding a variable-length collection of unmanaged T values. The struct itself is a compact handle (a buffer id), so the owning component stays fixed-size and blittable; the elements live in a separate engine-managed buffer.

public struct ComponentCollection<T> where T : unmanaged

Type Parameters

T

Unmanaged element type stored in the collection.

Inherited Members