MECHelper
ThaumielMapEditor.API.Helpers
Overview​
Methods​
| Signature | Returns | Description |
|---|---|---|
StopAll() | void | No description |
StopCoroutine(string) | void | No description |
TryRunCoroutine(IEnumerator<float>, string) | bool | No description |
TryRunCoroutine(IEnumerator<float>, CoroutineHandle&, string) | bool | No description |
WaitForFiveFrames(Action) | void | No description |
WaitForFourFrames(Action) | void | No description |
WaitForFrames(UInt32, Action) | void | No description |
WaitForThreeFrames(Action) | void | No description |
WaitForTwoFrames(Action) | void | No description |
Methods​
StopAll​
StopAll
public void StopAll()
StopCoroutine​
StopCoroutine
public void StopCoroutine(string key)
Parameters​
| Name | Type | Description |
|---|---|---|
key | string |
TryRunCoroutine​
TryRunCoroutine
public bool TryRunCoroutine(
IEnumerator<float> coroutine,
string key
)
Parameters​
| Name | Type | Description |
|---|---|---|
coroutine | IEnumerator<float> | |
key | string |
Returns​
bool
TryRunCoroutine​
TryRunCoroutine
public bool TryRunCoroutine(
IEnumerator<float> coroutine,
CoroutineHandle& handle,
string key
)
Parameters​
| Name | Type | Description |
|---|---|---|
coroutine | IEnumerator<float> | |
handle | CoroutineHandle& | |
key | string |
Returns​
bool
WaitForFiveFrames​
WaitForFiveFrames
public void WaitForFiveFrames(Action onComplete)
Parameters​
| Name | Type | Description |
|---|---|---|
onComplete | Action |
WaitForFourFrames​
WaitForFourFrames
public void WaitForFourFrames(Action onComplete)
Parameters​
| Name | Type | Description |
|---|---|---|
onComplete | Action |
WaitForFrames​
WaitForFrames
public void WaitForFrames(
UInt32 frames,
Action onComplete
)
Parameters​
| Name | Type | Description |
|---|---|---|
frames | UInt32 | |
onComplete | Action |
WaitForThreeFrames​
WaitForThreeFrames
public void WaitForThreeFrames(Action onComplete)
Parameters​
| Name | Type | Description |
|---|---|---|
onComplete | Action |
WaitForTwoFrames​
WaitForTwoFrames
public void WaitForTwoFrames(Action onComplete)
Parameters​
| Name | Type | Description |
|---|---|---|
onComplete | Action |