VREvent @objc(THEOplayerVREvent) public class VREvent : NSObject, EventProtocol The VR event object. type The type of the event. Declaration Swift @objc public private(set) var type: String { get } date The date at which the event occured. Declaration Swift @objc public private(set) var date: Date { get }