C# Class Entitas.Unity.VisualDebugging.DebugSystemsInspector

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: sschmid/Entitas-CSharp

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Private Methods

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

public OnInspectorGUI ( ) : void
Résultat void