Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


indexCount

The amount of indices from an index buffer that defines a ray tracing geometry.
Read time 1 minuteLast updated 10 days ago

Definition

public int indexCount { readonly get; set; }

Remarks

This value must be a multiple of 3 and together with RayTracingSubGeometryDesc.indexStart it must define a valid range into an index buffer.