-
Notifications
You must be signed in to change notification settings - Fork 0
RenderingServer RenderingProfile
Eduard Gushchin edited this page Jun 21, 2026
·
5 revisions
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.RenderingServer.RenderingProfile |
| Namespace | Electron2D |
| Kind | enum |
| Category | Rendering |
Identifies the active renderer profile.
public enum Electron2D.RenderingServer.RenderingProfile : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableThis type is part of the Electron2D 0.1.0 Preview public API.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Compatibility |
Enum value | Guaranteed minimum renderer profile for supported desktop platforms. |
Standard |
Enum value | Full the native GPU backend-oriented renderer profile. |
Kind: Enum value
public const Electron2D.RenderingServer.RenderingProfile CompatibilityGuaranteed minimum renderer profile for supported desktop platforms.
Use this value with APIs that accept RenderingProfile.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.RenderingServer.RenderingProfile
Kind: Enum value
public const Electron2D.RenderingServer.RenderingProfile StandardFull the native GPU backend-oriented renderer profile.
Use this value with APIs that accept RenderingProfile.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.RenderingServer.RenderingProfile
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.