Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RuntimeInspector ( ) : System |
creates a PostProcessor inspector
|
|
RuntimeInspector ( System.Entity entity ) : System |
creates an Entity inspector
|
|
render ( ) : void | ||
update ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
cacheTransformInspector ( ) : void | ||
getOrCreateInspectorList ( object comp ) : |
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 |
public RuntimeInspector ( System.Entity entity ) : System | ||
entity | System.Entity | Entity. |
return | System |