WVR_GetArenaVisible

WVR_EXPORT WVR_ArenaVisible WVR_GetArenaVisible()

Function to get the virtual wall behavior.

In Auto mode, it will show the virtual wall when the HMD is close to the play area boundaries. Force on mode will always show the virtual wall while Force off mode will disable the virtual wall.

Return
The configuration of the virtual wall behavior. (refer to WVR_ArenaVisible)
Version
API Level 1

How to use

Here is an example for the function:

#include <wvr/wvr_arena.h>
WVR_ArenaVisible arenaVisible = WVR_GetArenaVisible();

See also WVR_SetArenaVisible