Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetUpdateZones(List<CustomRenderTextureUpdateZone>)

Returns the list of Update Zones.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public void GetUpdateZones(List<CustomRenderTextureUpdateZone> updateZones)

Parameters

Output list of Update Zones.

Remarks

Additional Resources: CustomRenderTextureUpdateZone.