Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


renderingLayerMask

Determines which rendering LayerMask this Light affects.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int renderingLayerMask { get; set; }

Remarks

When using a Scriptable Render Pipeline, you can specify an additional rendering-specific LayerMask. During shadow passes, this filters Renderers based on the Light and the Renderers rendering LayerMask.