Experimental: this API is experimental and might be changed or removed in the future.

RayTracingAccelerationStructure

class in UnityEngine.Experimental.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

A data structure used to represent the Renderers in the Scene for GPU ray tracing.

Constructors

RayTracingAccelerationStructureCreates a RayTracingAccelerationStructure with the given RayTracingAccelerationStructure.RASSettings.

Public Methods

AddInstanceAdd a Renderer to this RayTracingAccelerationStructure.
BuildBuilds this RayTracingAccelerationStructure on the GPU.
DisposeDestroys this RayTracingAccelerationStructure.
GetSizeReturns the total size of this RayTracingAccelerationStructure on the GPU in bytes.
ReleaseSee Also: RayTracingAccelerationStructure.Dispose.
UpdateUpdates the transforms of all instances in this RayTracingAccelerationStructure.
UpdateInstanceTransformUpdates the transform of the instance associated with the given Renderer for this RayTracingAccelerationStructure.

Did you find this page useful? Please give it a rating: