Region
Defines a region within a window surface, composed of included and excluded rectangular areas.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Windowing
- Assembly: UnityEngine.WindowingModule
public struct Region
Remarks
This struct is currently only available on EmbeddedLinux and QNX platforms.
Properties
Property | Description |
|---|---|
| exclusions | Areas to exclude from the region. |
| inclusions | Areas to include in the region. |