Version: 2023.1

RayTracingAccelerationStructure.UpdateInstancePropertyBlock

切换到手册
public void UpdateInstancePropertyBlock (int handle, MaterialPropertyBlock properties);

参数

handle The handle associated with a AABB or Mesh ray tracing instance.
properties The additional material properties to apply onto the Material used by the ray tracing instance.

描述

Updates per ray tracing instance Material properties.

A ray tracing instance associated with an axis-aligned bounding box (AABBs) GraphicsBuffer or a Mesh can use a Material shared with other similar ray tracing instances.

Additional per ray tracing instance Material properties can be specified using the MaterialPropertyBlock argument. The properties are copied into the ray tracing instance when this function is called.

See Also: RayTracingAccelerationStructure.AddInstance, RayTracingAccelerationStructure.RemoveInstance.