Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseA 32-bit mask that controls which layers a GameObject must be on in order to be added to the RayTracingAccelerationStructure.
The mask is interpreted as binary, so a mask value of -1 lets you add renderers from all layers, a value of 1 only allows objects on layer 0, a value of 2 only allows objects on layer 1, and so on.