C# Class Reactor.RTexture

Inheritance: IDisposable
Afficher le fichier Open project: reisergames/reactor-v1 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetData ( ) : Color[]
GetHeight ( ) : int
GetName ( ) : string
GetWidth ( ) : int
SetData ( Color tColorArray ) : void
SetName ( string name ) : void

Private Methods

Méthode Description
BuildInfo ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetData() public méthode

public GetData ( ) : Color[]
Résultat Color[]

GetHeight() public méthode

public GetHeight ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : string
Résultat string

GetWidth() public méthode

public GetWidth ( ) : int
Résultat int

SetData() public méthode

public SetData ( Color tColorArray ) : void
tColorArray Color
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void