---
name: AntiAliasing
last_updated: 2026-06-19T03:26:26Z
type: enum
summary: "Determines whether anti-aliasing is applied when drawing on the instance."
---

# AntiAliasing

Determines whether anti-aliasing is applied when drawing on the instance.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Disabled` | 0 | Disables anti-aliasing, resulting in hard edges. |
| `Enabled` | 1 | Enables anti-aliasing, resulting in soft edges. |