C# Class Nez.RuntimeInspector

Inheritance: IDisposable
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
Dispose ( ) : void
RuntimeInspector ( ) : System

creates a PostProcessor inspector

RuntimeInspector ( System.Entity entity ) : System

creates an Entity inspector

render ( ) : void
update ( ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

RuntimeInspector() public méthode

creates a PostProcessor inspector
public RuntimeInspector ( ) : System
Résultat System

RuntimeInspector() public méthode

creates an Entity inspector
public RuntimeInspector ( System.Entity entity ) : System
entity System.Entity Entity.
Résultat System

render() public méthode

public render ( ) : void
Résultat void

update() public méthode

public update ( ) : void
Résultat void