indices property

LocalId? indices
final

The binary chunk holding this geometry's index buffer, or null for a non-indexed payload geometry (always null when procedural is set). The element width (uint16 / uint32) lives on the referenced payload's format.

Implementation

final LocalId? indices;