Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RayTracingAccelerationStructure.ManagementMode

Defines whether Unity updates a RayTracingAccelerationStructure automatically, or if the user updates it manually via API.
Read time 1 minuteLast updated 6 days ago

Definition

public enum RayTracingAccelerationStructure.ManagementMode

Remarks

Fields

Value

Description

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