WVR_GetArena¶
- WVR_EXPORT WVR_Arena_t WVR_GetArena()
Function to return the current supported Play Area range info.
It depends on play area shape returned to check its range. For Rectangle, check rectangle. For Round, check round.
- Return
- The supported shape and its related play area range. (refer to WVR_Arena)
How to use¶
Here is an example for the function:
#include <wvr/wvr_arena.h>
WVR_Arena_t arenaData = WVR_GetArena();
See also WVR_SetArena