VRSupport
in package
Table of Contents
- $gamepad : bool
- $htcVive : bool
- $keyboardMouse : bool
- $oculusRift : bool
- $roomScale : bool
- $seated : bool
- $standing : bool
- $trackedMotionControllers : bool
- $valveIndex : bool
- $vrOnly : bool
- $vrSupported : bool
- $windowsMixedReality : bool
- __construct() : mixed
- getGamepad() : mixed
- getHtcVive() : mixed
- getKeyboardMouse() : mixed
- getOculusRift() : mixed
- getRoomScale() : mixed
- getSeated() : mixed
- getStanding() : mixed
- getTrackedMotionControllers() : mixed
- getValveIndex() : mixed
- getVrOnly() : mixed
- getVrSupported() : mixed
- getWindowsMixedReality() : mixed
- setGamepad() : mixed
- setHtcVive() : mixed
- setKeyboardMouse() : mixed
- setOculusRift() : mixed
- setRoomScale() : mixed
- setSeated() : mixed
- setStanding() : mixed
- setTrackedMotionControllers() : mixed
- setValveIndex() : mixed
- setVrOnly() : mixed
- setVrSupported() : mixed
- setWindowsMixedReality() : mixed
- toQueryString() : string|null
- Returns the string representation of this object or null if it is empty.
Properties
$gamepad
public
bool
$gamepad
= false
$htcVive
public
bool
$htcVive
= false
$keyboardMouse
public
bool
$keyboardMouse
= false
$oculusRift
public
bool
$oculusRift
= false
$roomScale
public
bool
$roomScale
= false
$seated
public
bool
$seated
= false
$standing
public
bool
$standing
= false
$trackedMotionControllers
public
bool
$trackedMotionControllers
= false
$valveIndex
public
bool
$valveIndex
= false
$vrOnly
public
bool
$vrOnly
= false
$vrSupported
public
bool
$vrSupported
= false
$windowsMixedReality
public
bool
$windowsMixedReality
= false
Methods
__construct()
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
Return values
mixed —getGamepad()
public
getGamepad() : mixed
Return values
mixed —getHtcVive()
public
getHtcVive() : mixed
Return values
mixed —getKeyboardMouse()
public
getKeyboardMouse() : mixed
Return values
mixed —getOculusRift()
public
getOculusRift() : mixed
Return values
mixed —getRoomScale()
public
getRoomScale() : mixed
Return values
mixed —getSeated()
public
getSeated() : mixed
Return values
mixed —getStanding()
public
getStanding() : mixed
Return values
mixed —getTrackedMotionControllers()
public
getTrackedMotionControllers() : mixed
Return values
mixed —getValveIndex()
public
getValveIndex() : mixed
Return values
mixed —getVrOnly()
public
getVrOnly() : mixed
Return values
mixed —getVrSupported()
public
getVrSupported() : mixed
Return values
mixed —getWindowsMixedReality()
public
getWindowsMixedReality() : mixed
Return values
mixed —setGamepad()
public
setGamepad(bool $gamepad) : mixed
Parameters
- $gamepad : bool
Return values
mixed —setHtcVive()
public
setHtcVive(bool $htcVive) : mixed
Parameters
- $htcVive : bool
Return values
mixed —setKeyboardMouse()
public
setKeyboardMouse(bool $keyboardMouse) : mixed
Parameters
- $keyboardMouse : bool
Return values
mixed —setOculusRift()
public
setOculusRift(bool $oculusRift) : mixed
Parameters
- $oculusRift : bool
Return values
mixed —setRoomScale()
public
setRoomScale(bool $roomScale) : mixed
Parameters
- $roomScale : bool
Return values
mixed —setSeated()
public
setSeated(bool $seated) : mixed
Parameters
- $seated : bool
Return values
mixed —setStanding()
public
setStanding(bool $standing) : mixed
Parameters
- $standing : bool
Return values
mixed —setTrackedMotionControllers()
public
setTrackedMotionControllers(bool $trackedMotionControllers) : mixed
Parameters
- $trackedMotionControllers : bool
Return values
mixed —setValveIndex()
public
setValveIndex(bool $valveIndex) : mixed
Parameters
- $valveIndex : bool
Return values
mixed —setVrOnly()
public
setVrOnly(bool $vrOnly) : mixed
Parameters
- $vrOnly : bool
Return values
mixed —setVrSupported()
public
setVrSupported(bool $vrSupported) : mixed
Parameters
- $vrSupported : bool
Return values
mixed —setWindowsMixedReality()
public
setWindowsMixedReality(bool $windowsMixedReality) : mixed
Parameters
- $windowsMixedReality : bool
Return values
mixed —toQueryString()
Returns the string representation of this object or null if it is empty.
public
toQueryString() : string|null