C# Class F3DZEX.Render.TextureHandler

Afficher le fichier Open project: Random06457/Z64Utils

Méthodes publiques

Méthode Description
SetDataRGBA ( Array data, int width, int height ) : void
SetTextureWrap ( int wrapS, int wrapT ) : void
TextureHandler ( ) : System
Use ( ) : void

Method Details

SetDataRGBA() public méthode

public SetDataRGBA ( Array data, int width, int height ) : void
data Array
width int
height int
Résultat void

SetTextureWrap() public méthode

public SetTextureWrap ( int wrapS, int wrapT ) : void
wrapS int
wrapT int
Résultat void

TextureHandler() public méthode

public TextureHandler ( ) : System
Résultat System

Use() public méthode

public Use ( ) : void
Résultat void