|
M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
|
Public Member Functions | |
| delegate void | ParallelForAuxPredicate (int localStartIndex, int localEndIndex) |
| delegate void | ParallelForWithDtAuxPredicate (int localStartIndex, int localEndIndex, float dt) |
Static Public Member Functions | |
| static void | InitializeAndSetImplementation (IParallelDriver parallelDriver) |
| static ParallelLoopResult | ForEach< TSource > (IEnumerable< TSource > source, Action< TSource > body) |
| static void | ForEach< TSource > (IList< TSource > source, Action< TSource > body) |
| static void | For (int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize=16) |
| static void | ForWithoutRenderThread (int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize=16) |
| static void | For (int fromInclusive, int toExclusive, float deltaTime, ParallelForWithDtAuxPredicate body, int grainSize=16) |
| static void | AssertIsMainThread () |
| static bool | IsMainThread () |
| delegate void TaleWorlds.Library.TWParallel.ParallelForAuxPredicate | ( | int | localStartIndex, |
| int | localEndIndex ) |
| delegate void TaleWorlds.Library.TWParallel.ParallelForWithDtAuxPredicate | ( | int | localStartIndex, |
| int | localEndIndex, | ||
| float | dt ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |