C# Class AcTools.Render.Forward.ForwardRenderer

Inheritance: AcTools.Render.Base.SceneRenderer
显示文件 Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
Shot ( int multipler ) : Image

Protected Methods

Method Description
DrawAfter ( ) : void
DrawInner ( ) : void
DrawSprites ( ) : void
DrawSpritesInner ( ) : void
InitializeInner ( ) : void
OnTick ( float dt ) : void
ResizeInner ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawAfter() protected method

protected DrawAfter ( ) : void
return void

DrawInner() protected method

protected DrawInner ( ) : void
return void

DrawSprites() protected final method

protected final DrawSprites ( ) : void
return void

DrawSpritesInner() protected method

protected DrawSpritesInner ( ) : void
return void

InitializeInner() protected method

protected InitializeInner ( ) : void
return void

OnTick() protected method

protected OnTick ( float dt ) : void
dt float
return void

ResizeInner() protected method

protected ResizeInner ( ) : void
return void

Shot() public method

public Shot ( int multipler ) : Image
multipler int
return System.Drawing.Image