C# Class UnityTest.AssertionComponentEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: snozbot/fungus

Méthodes publiques

Méthode Description
AssertionComponentEditor ( ) : System
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
DrawCompareToType ( ComparerBase comparer ) : void
DrawComparerSelection ( UnityTest.AssertionComponent script ) : bool
DrawConstCompareField ( ComparerBase comparer ) : void
DrawCustomFields ( UnityTest.AssertionComponent script ) : void
DrawObjectCompareField ( ComparerBase comparer ) : void
DrawOptionsForAfterPeriodOfTime ( UnityTest.AssertionComponent script ) : void
DrawOptionsForOnUpdate ( UnityTest.AssertionComponent script ) : void

Method Details

AssertionComponentEditor() public méthode

public AssertionComponentEditor ( ) : System
Résultat System

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void