C# 클래스 Nez.RuntimeInspector

상속: IDisposable
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
Dispose ( ) : void
RuntimeInspector ( ) : System

creates a PostProcessor inspector

RuntimeInspector ( System.Entity entity ) : System

creates an Entity inspector

render ( ) : void
update ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RuntimeInspector() 공개 메소드

creates a PostProcessor inspector
public RuntimeInspector ( ) : System
리턴 System

RuntimeInspector() 공개 메소드

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

render() 공개 메소드

public render ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void