Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CustomRenderTextureUpdateZoneSpace

Space in which coordinates are provided for Update Zones.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum CustomRenderTextureUpdateZoneSpace

Remarks

Additional Resources: CustomRenderTexture.

Fields

Value

Description

NormalizedCoordinates are normalized. (0, 0) is top left and (1, 1) is bottom right.
PixelCoordinates are expressed in pixels. (0, 0) is top left (width, height) is bottom right.