C# Class UnityEditor.PlaymodeTestsRunner.TestFilterSettings

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

Public Properties

Property Type Description
availableCategories string[]
filterByCategory int
filterByName string
showFailed bool
showIgnored bool
showNotRun bool
showSucceeded bool

Public Methods

Method Description
BuildRenderingOptions ( ) : RenderingOptions
GetSelectedCategories ( ) : string[]
Load ( ) : void
OnGUI ( ) : void
Save ( ) : void
TestFilterSettings ( string prefsKey ) : System
UpdateCounters ( IEnumerable results ) : void

Method Details

BuildRenderingOptions() public method

public BuildRenderingOptions ( ) : RenderingOptions
return RenderingOptions

GetSelectedCategories() public method

public GetSelectedCategories ( ) : string[]
return string[]

Load() public method

public Load ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Save() public method

public Save ( ) : void
return void

TestFilterSettings() public method

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

UpdateCounters() public method

public UpdateCounters ( IEnumerable results ) : void
results IEnumerable
return void

Property Details

availableCategories public_oe property

public string[] availableCategories
return string[]

filterByCategory public_oe property

public int filterByCategory
return int

filterByName public_oe property

public string filterByName
return string

showFailed public_oe property

public bool showFailed
return bool

showIgnored public_oe property

public bool showIgnored
return bool

showNotRun public_oe property

public bool showNotRun
return bool

showSucceeded public_oe property

public bool showSucceeded
return bool