Skip to main content

MECHelper

class ThaumielMapEditor.API.Helpers

Overview​

Methods​

SignatureReturnsDescription
StopAll()voidNo description
StopCoroutine(string)voidNo description
TryRunCoroutine(IEnumerator<float>, string)boolNo description
TryRunCoroutine(IEnumerator<float>, CoroutineHandle&, string)boolNo description
WaitForFiveFrames(Action)voidNo description
WaitForFourFrames(Action)voidNo description
WaitForFrames(UInt32, Action)voidNo description
WaitForThreeFrames(Action)voidNo description
WaitForTwoFrames(Action)voidNo description

Methods​

StopAll​

StopAll
public void StopAll()

StopCoroutine​

StopCoroutine
public void StopCoroutine(string key)

Parameters​

NameTypeDescription
keystring

TryRunCoroutine​

TryRunCoroutine
public bool TryRunCoroutine(
IEnumerator<float> coroutine,
string key
)

Parameters​

NameTypeDescription
coroutineIEnumerator<float>
keystring

Returns​

bool


TryRunCoroutine​

TryRunCoroutine
public bool TryRunCoroutine(
IEnumerator<float> coroutine,
CoroutineHandle& handle,
string key
)

Parameters​

NameTypeDescription
coroutineIEnumerator<float>
handleCoroutineHandle&
keystring

Returns​

bool


WaitForFiveFrames​

WaitForFiveFrames
public void WaitForFiveFrames(Action onComplete)

Parameters​

NameTypeDescription
onCompleteAction

WaitForFourFrames​

WaitForFourFrames
public void WaitForFourFrames(Action onComplete)

Parameters​

NameTypeDescription
onCompleteAction

WaitForFrames​

WaitForFrames
public void WaitForFrames(
UInt32 frames,
Action onComplete
)

Parameters​

NameTypeDescription
framesUInt32
onCompleteAction

WaitForThreeFrames​

WaitForThreeFrames
public void WaitForThreeFrames(Action onComplete)

Parameters​

NameTypeDescription
onCompleteAction

WaitForTwoFrames​

WaitForTwoFrames
public void WaitForTwoFrames(Action onComplete)

Parameters​

NameTypeDescription
onCompleteAction