C# Class UnityEditor.PlaymodeTestsRunner.PlaymodeTestsRunnerWindowSettings

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
blockUIWhenRunning bool
pauseOnTestFailure bool
verticalSplit bool

Public Methods

Method Description
PlaymodeTestsRunnerWindowSettings ( string prefsKey ) : System
ToggleBlockUIWhenRunning ( ) : void
TogglePauseOnTestFailure ( ) : void
ToggleVerticalSplit ( ) : void

Private Methods

Method Description
Save ( ) : void

Method Details

PlaymodeTestsRunnerWindowSettings() public method

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

ToggleBlockUIWhenRunning() public method

public ToggleBlockUIWhenRunning ( ) : void
return void

TogglePauseOnTestFailure() public method

public TogglePauseOnTestFailure ( ) : void
return void

ToggleVerticalSplit() public method

public ToggleVerticalSplit ( ) : void
return void

Property Details

blockUIWhenRunning public_oe property

public bool blockUIWhenRunning
return bool

pauseOnTestFailure public_oe property

public bool pauseOnTestFailure
return bool

verticalSplit public_oe property

public bool verticalSplit
return bool