C# Класс Nez.RuntimeInspector

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
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