Summary
Extension methods for
ScriptSystem
.
- Namespace
- StrideToolkit
.Engine - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ScriptSystemExtensions"]
class Type type-node
Syntax
public static class ScriptSystemExtensions
Methods
Name | Value | Summary |
---|---|---|
AddAction |
MicroThread |
Adds a micro thread function to the scriptSystem that executes after waiting specified delay.
static
|
AddAction |
MicroThread |
Adds a micro thread function to the scriptSystem that executes after waiting specified delay and repeats execution.
static
|
AddOnEventAction |
MicroThread |
Adds a micro thread function to the scriptSystem that executes when the event is published.
static
|
AddOnEventAction |
MicroThread |
Adds a micro thread function to the scriptSystem that executes when the event is published.
static
|
AddOnEventTask |
MicroThread |
Adds a micro thread function to the scriptSystem that executes when the event is published.
static
|
AddOnEventTask |
MicroThread |
Adds a micro thread function to the scriptSystem that executes when the event is published.
static
|
AddOverTimeAction |
MicroThread |
Adds a micro thread function to the scriptSystem that executes after waiting specified delay and repeats execution.
static
|
AddTask |
MicroThread |
Adds a micro thread function to the scriptSystem that executes after waiting specified delay.
static
|
AddTask |
MicroThread |
Adds a micro thread function to the scriptSystem that executes after waiting specified delay and repeats execution.
static
|
CancelAll |
void |
Cancels all
MicroThread and clears the microThreads collection.
static
|
WaitFor |
Task |
Waits for the specified delay delay .
static
|