C# Class UnityEditor.EditorTestsRunner.EditorTestsRunnerSettings

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
dontPromptForSaving bool
horizontalSplit bool
runOnRecompilation bool

Méthodes publiques

Méthode Description
EditorTestsRunnerSettings ( string prefsKey ) : System
ToggleDontPromptForSaving ( ) : void
ToggleHorizontalSplit ( ) : void
ToggleRunOnRecompilation ( ) : void

Private Methods

Méthode Description
Save ( ) : void

Method Details

EditorTestsRunnerSettings() public méthode

public EditorTestsRunnerSettings ( string prefsKey ) : System
prefsKey string
Résultat System

ToggleDontPromptForSaving() public méthode

public ToggleDontPromptForSaving ( ) : void
Résultat void

ToggleHorizontalSplit() public méthode

public ToggleHorizontalSplit ( ) : void
Résultat void

ToggleRunOnRecompilation() public méthode

public ToggleRunOnRecompilation ( ) : void
Résultat void

Property Details

dontPromptForSaving public_oe property

public bool dontPromptForSaving
Résultat bool

horizontalSplit public_oe property

public bool horizontalSplit
Résultat bool

runOnRecompilation public_oe property

public bool runOnRecompilation
Résultat bool