Skip to main content

IndexSize

Enum representing the size of indices used in binary data structures. Smaller index sizes reduce file size for models with fewer elements.

Index

Enumeration Members

Enumeration Members

UInt16

UInt16: 1

2-byte indices (0-65534 values, 65535 reserved as sentinel)

UInt32

UInt32: 2

4-byte indices (0-4294967294 values, 4294967295 reserved as sentinel)

UInt8

UInt8: 0

1-byte indices (0-254 values, 255 reserved as sentinel)

Page Options