C# Class RenderingLibrary.Graphics.Atlas

Inheritance: IDisposable
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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 method

public Add ( Atlas otherSheet ) : void
otherSheet Atlas
return void

Add() public method

public Add ( string name, AtlasedTexture sprite ) : void
name string
sprite AtlasedTexture
return void

Atlas() public method

public Atlas ( ) : System
return System

Contains() public method

public Contains ( string name ) : bool
name string
return bool

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( string sprite ) : AtlasedTexture
sprite string
return AtlasedTexture