C# Class Reactor.RRenderTarget2D

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

Private Properties

Property Type Description
CreateRenderTarget void
target_ContentLost void
target_Disposing void

Public Methods

Method Description
Dispose ( ) : void
End ( ) : void
Start ( ) : void

Private Methods

Method Description
CreateRenderTarget ( string Name, int Height, int Width, int Levels, SurfaceFormat format ) : void
target_ContentLost ( object sender, EventArgs e ) : void
target_Disposing ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

End() public method

public End ( ) : void
return void

Start() public method

public Start ( ) : void
return void