C# Class Nez.RuntimeInspector

Inheritance: IDisposable
Show file Open project: prime31/Nez

Public Methods

Method Description
Dispose ( ) : void
RuntimeInspector ( ) : System

creates a PostProcessor inspector

RuntimeInspector ( System.Entity entity ) : System

creates an Entity inspector

render ( ) : void
update ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
cacheTransformInspector ( ) : void
getOrCreateInspectorList ( object comp ) : InspectorList

attempts to find a cached version of the InspectorList and if it cant find one it will create a new one

initialize ( ) : void
onGraphicsDeviceReset ( ) : void
onSceneChanged ( ) : void
prepCanvas ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RuntimeInspector() public method

creates a PostProcessor inspector
public RuntimeInspector ( ) : System
return System

RuntimeInspector() public method

creates an Entity inspector
public RuntimeInspector ( System.Entity entity ) : System
entity System.Entity Entity.
return System

render() public method

public render ( ) : void
return void

update() public method

public update ( ) : void
return void