C# Class UnityEditor.EditorTestsRunner.EditorTestsRunnerSettings

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
dontPromptForSaving bool
horizontalSplit bool
runOnRecompilation bool

Public Methods

Method Description
EditorTestsRunnerSettings ( string prefsKey ) : System
ToggleDontPromptForSaving ( ) : void
ToggleHorizontalSplit ( ) : void
ToggleRunOnRecompilation ( ) : void

Private Methods

Method Description
Save ( ) : void

Method Details

EditorTestsRunnerSettings() public method

public EditorTestsRunnerSettings ( string prefsKey ) : System
prefsKey string
return System

ToggleDontPromptForSaving() public method

public ToggleDontPromptForSaving ( ) : void
return void

ToggleHorizontalSplit() public method

public ToggleHorizontalSplit ( ) : void
return void

ToggleRunOnRecompilation() public method

public ToggleRunOnRecompilation ( ) : void
return void

Property Details

dontPromptForSaving public_oe property

public bool dontPromptForSaving
return bool

horizontalSplit public_oe property

public bool horizontalSplit
return bool

runOnRecompilation public_oe property

public bool runOnRecompilation
return bool