Enum ComponentTableFlags
Bit flags describing optional storage features enabled on a ComponentTable.
[Flags]
public enum ComponentTableFlags
Fields
HasCollections = 1The component declares at least one collection-typed field (variable-sized buffer storage).
None = 0No optional features.