C# Class RenderingLibrary.Graphics.Atlas

Inheritance: IDisposable
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Atlas otherSheet ) : void
Add ( string name, AtlasedTexture sprite ) : void
Atlas ( ) : System
Contains ( string name ) : bool
Dispose ( ) : void
Get ( string sprite ) : AtlasedTexture

Method Details

Add() public méthode

public Add ( Atlas otherSheet ) : void
otherSheet Atlas
Résultat void

Add() public méthode

public Add ( string name, AtlasedTexture sprite ) : void
name string
sprite AtlasedTexture
Résultat void

Atlas() public méthode

public Atlas ( ) : System
Résultat System

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Get() public méthode

public Get ( string sprite ) : AtlasedTexture
sprite string
Résultat AtlasedTexture