Class ToolkitOptions
Options used to initialize OpenTK with.
Inherited Members
Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
public sealed class ToolkitOptions
Properties
ApplicationName
The application name.
Declaration
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string |
Logger
The logger to send logging to. Log info can be useful to understand what might be going wrong if something isn't working. It's also useful to debug OpenTK.
Declaration
public ILogger? Logger { get; set; }
Property Value
Type | Description |
---|---|
ILogger |