Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RayTracingGeometryInstanceConfig.indexStart

public uint indexStart;

Description

The first index from indexBuffer that defines this ray tracing geometry instance.

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