C# Class Reactor.RTexture

Inheritance: IDisposable
Mostra file Open project: reisergames/reactor-v1 Class Usage Examples

Public Methods

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

Private Methods

Method Description
BuildInfo ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetData() public method

public GetData ( ) : Color[]
return Color[]

GetHeight() public method

public GetHeight ( ) : int
return int

GetName() public method

public GetName ( ) : string
return string

GetWidth() public method

public GetWidth ( ) : int
return int

SetData() public method

public SetData ( Color tColorArray ) : void
tColorArray Color
return void

SetName() public method

public SetName ( string name ) : void
name string
return void