BNM 2.4.0
 
Loading...
Searching...
No Matches
BNM::Coroutine::IEnumerator Struct Reference

Analog of C# IEnumerator that is based on C++20 coroutines to emulate work of Unity's coroutines. More...

#include <Coroutine.hpp>

Public Member Functions

struct IEnumeratorGet ()
 Create IEnumerator that can be passed to Unity.
 
struct IEnumeratoroperator() ()
 Alias of Get().
 
 operator struct IEnumerator * ()
 Alias of Get().
 

Friends

struct _IEnumeratorInit
 

Detailed Description

Analog of C# IEnumerator that is based on C++20 coroutines to emulate work of Unity's coroutines.