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 |
|---|---|
| Normalized | Coordinates are normalized. (0, 0) is top left and (1, 1) is bottom right. |
| Pixel | Coordinates are expressed in pixels. (0, 0) is top left (width, height) is bottom right. |