layer
The layer used by the ray tracing instance.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public int layer { readonly get; set; }
Remarks
When you manually add ray tracing instances to a RayTracingAccelerationStructure, RayTracingAccelerationStructure.AddInstance filters instances based on the acceleration structure's Layer Mask.
Additional Resources: RayTracingAccelerationStructure.Settings.