C# Class Entitas.Unity.VisualDebugging.DebugSystemsInspector

Inheritance: UnityEditor.Editor
Datei anzeigen Open project: sschmid/Entitas-CSharp

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
addDuration ( float duration ) : void
drawSystemInfos ( DebugSystems systems, SystemInterfaceFlags type, bool isChildSystem ) : int
drawSystemList ( DebugSystems systems ) : void
drawSystemsMonitor ( DebugSystems systems ) : void
drawSystemsOverview ( DebugSystems systems ) : void
getSortedSystemInfos ( SystemInfo systemInfos, SortMethod sortMethod ) : SystemInfo[]
getSystemStyle ( SystemInfo systemInfo ) : GUIStyle
shouldShowSystems ( DebugSystems systems, SystemInterfaceFlags type ) : bool

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void