Show / Hide Table of Contents

Interface ICoroutineHandlable

コルーチンを実行できる機能を提供するインターフェース

Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public interface ICoroutineHandlable

Methods

RunMonoCoroutine(IEnumerator)

コルーチン処理を実行する

Declaration
void RunMonoCoroutine(IEnumerator routine)
Parameters
Type Name Description
IEnumerator routine

処理するコルーチン

Back to top Generated by DocFX