📄️ ARFrame
Properties
📄️ ResponseStatus
The status of the response to a VL request. Represents the value of the Status field when the OnVLPoseResponded event of VLSDKManager is invoked.
📄️ TrackerState
The state of the VLSDK session. It consists of the following values. For a detailed explanation of the states, refer to Status under the VLSDK Overview.
📄️ VLRequestEventData
Information at the moment of sending a VL request. Used when the OnVLPoseRequested event of VLSDKManager is called.
📄️ VLResponseEventData
Information about the received VL response. Used when the OnVLPoseResponded event of VLSDKManager is called.
📄️ VLSDKSettings
VLSDKSettings is a ScriptableObject that manages all VLSDK configuration values. It is assigned to VLSDKManager and contains all settings that control VLSDK behavior, including VL API request addresses, GPS guide, VL quality, log level, etc.
📄️ VLSDKManager
Properties