C# Class FlatRedBall.Graphics.Texture.Atlas

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

Méthodes publiques

Méthode Description
Add ( string name, AtlasedTexture sprite ) : void
Atlas ( ) : System.Collections.Generic
Contains ( string name, bool ignoreCase ) : bool
Dispose ( ) : void
Sprite ( string name, bool ignoreCase = false ) : AtlasedTexture

Method Details

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.Collections.Generic
Résultat System.Collections.Generic

Contains() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Sprite() public méthode

public Sprite ( string name, bool ignoreCase = false ) : AtlasedTexture
name string
ignoreCase bool
Résultat AtlasedTexture