Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


indexStart

The first index from RayTracingGeometryInstanceConfig.indexBuffer that defines this ray tracing geometry instance.
Read time 1 minuteLast updated 6 days ago

Definition

public uint indexStart { readonly get; set; }

Remarks

This value must be a multiple of 3 and together with RayTracingGeometryInstanceConfig.indexCount it must define a valid range into RayTracingGeometryInstanceConfig.indexBuffer.