WVR_GetArenaVisible

WVR_EXPORT WVR_ArenaVisible WVR_GetArenaVisible()

Function to get virtual wall behavior.

In auto mode, it will show virtual wall while HMD is out of bounds. Force on mode will always show virtual wall. Force off mode will always disable virtual wall.

Return
The configuration of virtual wall behavior. (refer to WVR_ArenaVisible)

How to use

Here is an example for the function:

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

See also WVR_SetArenaVisible