Click or drag to resize

IPoolableYieldInstruction Interface

Represents a yield instruction that can be freed when the coroutine they're running in is despawned.

Namespace:  Archon.SwissArmyLib.Coroutines
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IPoolableYieldInstruction
Request Example View Source

The IPoolableYieldInstruction type exposes the following members.

Methods
  NameDescription
Public methodDespawn
Frees the yield instruction placing them back in its pool.
Top
See Also