topology property

String topology
final

How the vertex/index data assembles into primitives (mapped to the runtime enum at realization): triangle, triangleStrip, line, lineStrip, or point.

Implementation

final String topology;