Version: 2023.1
언어: 한국어

RayTracingAccelerationStructure

class in UnityEngine.Rendering

매뉴얼로 전환

설명

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

생성자

RayTracingAccelerationStructureCreates a RayTracingAccelerationStructure with the given RayTracingAccelerationStructure.Settings.

Public 함수

AddInstanceAdds a ray tracing instance to the RayTracingAccelerationStructure.
AddInstancesAdds an array of ray tracing Mesh instances to the RayTracingAccelerationStructure.
AddVFXInstancesAdds the ray tracing instances associated with a VFXRenderer to the RayTracingAccelerationStructure.
BuildBuilds acceleration structures on the GPU. Allocates any GPU memory required for storing acceleration structure data.
ClearInstancesRemoves all ray tracing instances from the RayTracingAccelerationStructure.
CullInstancesPopulates the RayTracingAccelerationStructure with ray tracing instances that Unity associates with Renderers in the Scene by using filtering and culling parameters.
DisposeDestroys this RayTracingAccelerationStructure and frees the GPU memory used for storing acceleration structure data.
GetInstanceCountReturns the number of ray tracing instances in the RayTracingAccelerationStructure.
GetSizeReturns the total size of this RayTracingAccelerationStructure in GPU memory in bytes.
ReleaseDestroys this RayTracingAccelerationStructure and frees the GPU memory used for storing acceleration structure data.
RemoveInstanceRemoves a ray tracing instance associated with a Renderer from this RayTracingAccelerationStructure.
RemoveVFXInstancesRemove the ray tracing instances associated with a VFXRenderer from the RayTracingAccelerationStructure.
UpdateInstanceIDUpdates the instance ID of a ray tracing instance.
UpdateInstanceMaskUpdates the instance mask of a ray tracing instance.
UpdateInstancePropertyBlockUpdates per ray tracing instance Material properties.
UpdateInstanceTransformUpdates the transformation of a ray tracing instance.