Summary
A component which encapsulates a single
UltEvents.UltEvent.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
- Base Types
-
- MonoBehaviour
- Derived Types
graph BT
Type-->Base0["MonoBehaviour"]
Type["UltEventHolder"]
class Type type-node
Derived0["DelayedUltEventHolder"]-->Type
click Derived0 "/ultevents/api/UltEvents/DelayedUltEventHolder"
Syntax
[AddComponentMenu(UltEventUtils.ComponentMenuPrefix + "Ult Event Holder")]
[UltEventsHelpUrl(typeof(UltEventHolder))]
public class UltEventHolder : MonoBehaviour
Attributes
| Type | Description |
|---|---|
| AddComponentMenu | |
| Ult |
[Assert-Conditional]
A HelpURLAttribute which points to the UltEvents documentation.
|
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| Invoke |
void |
Invoked the
UltEvents.UltEventHolder.Event. |