C# Class wenku10.Scenes.PFScene

Inheritance: IDisposable
Mostra file Open project: tgckpg/wenku10

Protected Properties

Property Type Description
PFSim PFSimulator
ShowWireFrame bool

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
DrawWireFrames ( Microsoft.Graphics.Canvas.CanvasDrawingSession ds ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawWireFrames() protected method

protected DrawWireFrames ( Microsoft.Graphics.Canvas.CanvasDrawingSession ds ) : void
ds Microsoft.Graphics.Canvas.CanvasDrawingSession
return void

Property Details

PFSim protected_oe property

protected PFSimulator PFSim
return PFSimulator

ShowWireFrame protected_oe property

protected bool ShowWireFrame
return bool