Enum DrawMode
The draw config
Namespace: Inferno
Assembly: Inferno.Desktop.dll
Syntax
public enum DrawMode
Fields
| Name | Description |
|---|---|
| DrawCheck | Enhanced Draw Scheme, checks if the instance would be visible before drawing |
| Regular | Standard Draw Scheme, draw every Instance |
| SafeArea | Only instances within the safearea will be drawn |