Show / Hide Table of Contents

Interface ICommonProcess

Base instructions for a cross-module process from the SDK. Those processes are likely to hit multiple modules in order to achieve what they require, and may occur in multiple steps, asking for the user to provide some input in mid-process. Make sure to check the requirements and constructors of each of those processes for more information.

Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
public interface ICommonProcess

Methods

View Source

ExecuteMainProcess()

The main process to begin. Make sure the process is correctly setup before starting this coroutine.

Declaration
IEnumerator ExecuteMainProcess()
Returns
Type Description
System.Collections.IEnumerator

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX