TMtxForLoop::ThreadingMode Property

__declspec(property(get = GetThreadingMode, put = SetThreadingMode)) TThreadingMode ThreadingMode;

Specifies if we are threading for or while loop.

Read: TThreadingMode GetThreadingMode();
Write: void SetThreadingMode(const TThreadingMode Value);
Declared in Dew::Math::TMtxForLoop · Dew.Math/MtxForLoop.h · Cross-compiler