Show / Hide Table of Contents

Delegate NetworkManager.CoroutineHandler

Delegate for receiving ZPackage. Gets called inside a Coroutine.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public delegate IEnumerator NetworkManager.CoroutineHandler(long sender, ZPackage package)
Parameters
Type Name Description
long sender Sender ID of the package
ZPackage package Package sent
Returns
Type Description
IEnumerator

Extension Methods

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾