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

ManagementMode

enumeration

Description

Defines whether Unity updates a RayTracingAccelerationStructure automatically, or if the user updates it manually via API.

Properties

ManualGives user control over populating and updating the RayTracingAccelerationStructure.
AutomaticAutomatically populates and updates the RayTracingAccelerationStructure.