Summary
    An 
		UltEvents.Benchmarks.EnableBenchmark which invokes an UltEvents.UltEvent.
    - Assembly
- UltEvents.dll 
- Namespace
- UltEvents.Benchmarks 
- Base Types
- 
									- MonoBehaviour
- EnableBenchmark
 
							graph BT
	Type-->Base0["EnableBenchmark"]
	click Base0 "/ultevents/api/UltEvents.Benchmarks/EnableBenchmark"
	Base0-->Base1["MonoBehaviour"]
	Type["EnableBenchmarkUltEvent"]
class Type type-node
						
					Syntax
[AddComponentMenu("")]
[UltEventsHelpUrl(typeof(EnableBenchmarkUltEvent))]
public class EnableBenchmarkUltEvent : EnableBenchmarkAttributes
| Type | Description | 
|---|---|
| AddComponentMenu | |
| Ult | [Assert-Conditional]
    A HelpURLAttributewhich points to the UltEvents documentation. | 
Fields
| Name | Constant Value | Summary | 
|---|---|---|
| ultEvent | The event to test. | 
Methods
| Name | Value | Summary | 
|---|---|---|
| OnEnable | void | Executes the test and disables the  gameObject.Inherited from EnableBenchmark | 
| Test | void | Called by  UltEvents.Benchmarks.EnableBenchmark.OnEnable. |