EnableBenchmarkUnityEvent Class

Summary

An UltEvents.Benchmarks.EnableBenchmark which invokes a UnityEngine.Events.UnityEvent.
Assembly
UltEvents.dll
Namespace
UltEvents.Benchmarks
Base Types
graph BT Type-->Base0["EnableBenchmark"] click Base0 "/ultevents/api/UltEvents.Benchmarks/EnableBenchmark" Base0-->Base1["MonoBehaviour"] Type["EnableBenchmarkUnityEvent"] class Type type-node

Syntax

[AddComponentMenu("")]
[HelpURL(UltEventUtils.APIDocumentationURL + "/Behchmarks/EnableBenchmarkUnityEvent")]
public class EnableBenchmarkUnityEvent : EnableBenchmark

Attributes

Type Description
AddComponentMenu
HelpURLAttribute

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.