Show / Hide Table of Contents

Class ToolkitOptions

Options used to initialize OpenTK with.

Inheritance
object
ToolkitOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX