Summary
An
UltEvents.Benchmarks.EnableBenchmark
which invokes a UnityEvent
.
- 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["EnableBenchmarkUnityEvent"]
class Type type-node
Syntax
[AddComponentMenu("")]
[UltEventsHelpUrl(typeof(EnableBenchmarkUnityEvent))]
public class EnableBenchmarkUnityEvent : EnableBenchmark
Attributes
Type | Description |
---|---|
AddComponentMenu | |
Ult |
[Assert-Conditional]
A HelpURLAttribute which points to the UltEvents documentation.
|
Fields
Name | Constant Value | Summary |
---|---|---|
unityEvent |
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 . |