Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
QuickFont
JTextureManager
C# Class QuickFont.JTextureManager
A very simple class for managing a collection of textures.
Datei anzeigen
Open project: Pireax/neovim.cs
Public Methods
Method
Description
Add
(
JTexture
texture
) :
JTexture
FreeAll
( ) :
void
JTextureManager
( ) :
System
Remove
(
JTexture
textureToRemove
) :
void
Method Details
Add()
public
method
public
Add
(
JTexture
texture
) :
JTexture
texture
JTexture
return
JTexture
FreeAll()
public
method
public
FreeAll
( ) :
void
return
void
JTextureManager()
public
method
public
JTextureManager
( ) :
System
return
System
Remove()
public
method
public
Remove
(
JTexture
textureToRemove
) :
void
textureToRemove
JTexture
return
void