C# Class QuickFont.JTextureManager

A very simple class for managing a collection of textures.
Mostra file 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