Class NativeParallelDriver
- Namespace
- TaleWorlds.Engine
- Assembly
- TaleWorlds.Engine.dll
public sealed class NativeParallelDriver : IParallelDriver
- Inheritance
-
NativeParallelDriver
- Implements
- Inherited Members
Constructors
NativeParallelDriver()
public NativeParallelDriver()
Methods
For(int, int, float, ParallelForWithDtAuxPredicate, int)
public void For(int fromInclusive, int toExclusive, float deltaTime, TWParallel.ParallelForWithDtAuxPredicate loopBody, int grainSize)
Parameters
fromInclusive
inttoExclusive
intdeltaTime
floatloopBody
TWParallel.ParallelForWithDtAuxPredicategrainSize
int
For(int, int, ParallelForAuxPredicate, int)
public void For(int fromInclusive, int toExclusive, TWParallel.ParallelForAuxPredicate loopBody, int grainSize)
Parameters
fromInclusive
inttoExclusive
intloopBody
TWParallel.ParallelForAuxPredicategrainSize
int
GetCurrentThreadId()
public ulong GetCurrentThreadId()
Returns
GetMainThreadId()
public ulong GetMainThreadId()
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).