Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SortingLayer.LayerCallback

Calls the methods in its invocation list when a sorting layer is added or removed.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Delegate
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public delegate void SortingLayer.LayerCallback(SortingLayer layer)

Remarks