C# 클래스 OpenTK.Toolkit

Provides static methods to manage an OpenTK application.
상속: IDisposable
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
Init ( ) : IDisposable

Initializes OpenTK. This method is necessary only if you are using OpenTK alongside a different windowing toolkit (e.g. GTK#) and should be the very first method called by your application (i.e. calling this method should be the very first statement executed by the "Main" method).

Some windowing toolkits do not configure the underlying platform correctly or configure it in a way that is incompatible with OpenTK. Calling this method first ensures that OpenTK is given the chance to initialize itself and configure the platform correctly.

비공개 메소드들

메소드 설명
Deinit ( object sender, EventArgs e ) : void
Toolkit ( ) : System

메소드 상세

Init() 공개 정적인 메소드

Initializes OpenTK. This method is necessary only if you are using OpenTK alongside a different windowing toolkit (e.g. GTK#) and should be the very first method called by your application (i.e. calling this method should be the very first statement executed by the "Main" method).
Some windowing toolkits do not configure the underlying platform correctly or configure it in a way that is incompatible with OpenTK. Calling this method first ensures that OpenTK is given the chance to initialize itself and configure the platform correctly.
public static Init ( ) : IDisposable
리턴 IDisposable