Summary
    A component which encapsulates a single 
		UltEvents.UltEventBase with a delay before its invocation.
    - Assembly
- UltEvents.dll 
- Namespace
- UltEvents
- Base Types
- 
									- MonoBehaviour
- UltEventHolder
 
							graph BT
	Type-->Base0["UltEventHolder"]
	click Base0 "/ultevents/api/UltEvents/UltEventHolder"
	Base0-->Base1["MonoBehaviour"]
	Type["DelayedUltEventHolder"]
class Type type-node
						
					Syntax
[AddComponentMenu(UltEventUtils.ComponentMenuPrefix + "Delayed Ult Event Holder")]
[UltEventsHelpUrl(typeof(DelayedUltEventHolder))]
public class DelayedUltEventHolder : UltEventHolderAttributes
| Type | Description | 
|---|---|
| AddComponentMenu | |
| Ult | [Assert-Conditional]
    A HelpURLAttributewhich points to the UltEvents documentation. | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Delay | float | 
    The number of seconds that will pass between calling  UltEvents.DelayedUltEventHolder.Invokeand the event actually being invoked. | 
| Event | UltEvent | The encapsulated event. Inherited from UltEventHolder | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Invoke | void | Waits for  UltEvents.DelayedUltEventHolder.Delayseconds then calls Event.Invoke(). | 
| OnValidate | void | Ensures that the wait time isn't improperly cached. |