Freigeben über


GLKTextureOperations Konstruktoren

Definition

Überlädt

GLKTextureOperations()

Der Standardkonstruktor erstellt einen leeren Satz von Konfigurationsoptionen.

GLKTextureOperations(NSDictionary)

Erstellt eine GLKTextureOperations aus einer vorhandenen NSDictionary-Instanz.

GLKTextureOperations()

Der Standardkonstruktor erstellt einen leeren Satz von Konfigurationsoptionen.

public GLKTextureOperations ();

Gilt für:

GLKTextureOperations(NSDictionary)

Erstellt eine GLKTextureOperations aus einer vorhandenen NSDictionary-Instanz.

public GLKTextureOperations (Foundation.NSDictionary options);
new GLKit.GLKTextureOperations : Foundation.NSDictionary -> GLKit.GLKTextureOperations

Parameter

options
NSDictionary

NSDictionary mit einem anfänglichen Satz von Optionen aufgefüllt.

Gilt für: