PathEngine home | previous: | next: |
Helper method to retrieve the currently active 'mesh slot' (when mesh slots are being used).
int32_t getActiveMeshSlot() const; |
The mesh slot currently set as active.
Note that this method (and the 'mesh slot' mechanism in general) is provided specifically for cases where the current mesh
needs to be changed frequently.
In most situations
(See the remarks for
When the testbed starts up slot
0 is set as active,
so this value will be returned if the application has not made any calls to
Otherwise this method returns the most recent value set with
Documentation for PathEngine release 6.00 - Copyright © 2002-2016 PathEngine | next: |