VREventTypes
@available(*, deprecated, message: "This structure will be removed with the next major release.")
public struct VREventTypes
The VREvent
types.
-
Fired when the
VR.direction
changes.Declaration
Swift
public static var VR_DIRECTION_CHANGE: EventType<VRDirectionChangeEvent>
-
Fired when the
VR.stereo
changes.Declaration
Swift
public static var VR_STEREO_CHANGE: EventType<VRStereoChangeEvent>