C# 클래스 QuickFont.JTextureManager

A very simple class for managing a collection of textures.
파일 보기 프로젝트 열기: Pireax/neovim.cs

공개 메소드들

메소드 설명
Add ( JTexture texture ) : JTexture
FreeAll ( ) : void
JTextureManager ( ) : System
Remove ( JTexture textureToRemove ) : void

메소드 상세

Add() 공개 메소드

public Add ( JTexture texture ) : JTexture
texture JTexture
리턴 JTexture

FreeAll() 공개 메소드

public FreeAll ( ) : void
리턴 void

JTextureManager() 공개 메소드

public JTextureManager ( ) : System
리턴 System

Remove() 공개 메소드

public Remove ( JTexture textureToRemove ) : void
textureToRemove JTexture
리턴 void