using System; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Receiver.Audio; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Receiver.Primitives; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Receiver.Rendering; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Receiver.Transformation; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Receiver.UI; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Rendering; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.State; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Theme.Audio; using UnityEngine.XR.Interaction.Toolkit.AffordanceSystem.Theme.Primitives; using UnityEngine.XR.Interaction.Toolkit.AR; using UnityEngine.XR.Interaction.Toolkit.Transformers; namespace UnityEngine.XR.Interaction.Toolkit { static partial class XRHelpURLConstants { /// /// Scripting API URL for . /// [Obsolete("k_XRRig is now deprecated since XRRig was replaced by XROrigin. Please use documentation from com.unity.xr.core-utils instead.", true)] public const string k_XRRig = k_BaseApi + k_BaseNamespace + nameof(XRRig) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_XRLegacyGrabTransformer is now deprecated since XRLegacyGrabTransformer was deprecated.", true)] public const string k_XRLegacyGrabTransformer = k_BaseApi + k_BaseNamespace + "Transformers." + nameof(XRLegacyGrabTransformer) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_LocomotionSystem has been deprecated in version 3.0.0.")] public const string k_LocomotionSystem = k_BaseApi + k_BaseNamespace + nameof(LocomotionSystem) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_XRController has been deprecated in version 3.0.0.")] public const string k_XRController = k_BaseApi + k_BaseNamespace + nameof(XRController) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_XRScreenSpaceController has been deprecated in version 3.0.0.")] public const string k_XRScreenSpaceController = k_BaseApi + k_BaseNamespace + nameof(XRScreenSpaceController) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_DeviceBasedContinuousMoveProvider has been deprecated in version 3.0.0.")] public const string k_DeviceBasedContinuousMoveProvider = k_BaseApi + k_BaseNamespace + nameof(DeviceBasedContinuousMoveProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_DeviceBasedContinuousTurnProvider has been deprecated in version 3.0.0.")] public const string k_DeviceBasedContinuousTurnProvider = k_BaseApi + k_BaseNamespace + nameof(DeviceBasedContinuousTurnProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_DeviceBasedSnapTurnProvider has been deprecated in version 3.0.0.")] public const string k_DeviceBasedSnapTurnProvider = k_BaseApi + k_BaseNamespace + nameof(DeviceBasedSnapTurnProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_ActionBasedContinuousMoveProvider has been deprecated in version 3.0.0.")] public const string k_ActionBasedContinuousMoveProvider = k_BaseApi + k_BaseNamespace + nameof(ActionBasedContinuousMoveProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_ActionBasedContinuousTurnProvider has been deprecated in version 3.0.0.")] public const string k_ActionBasedContinuousTurnProvider = k_BaseApi + k_BaseNamespace + nameof(ActionBasedContinuousTurnProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_ActionBasedController has been deprecated in version 3.0.0.")] public const string k_ActionBasedController = k_BaseApi + k_BaseNamespace + nameof(ActionBasedController) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_ActionBasedSnapTurnProvider has been deprecated in version 3.0.0.")] public const string k_ActionBasedSnapTurnProvider = k_BaseApi + k_BaseNamespace + nameof(ActionBasedSnapTurnProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_AudioAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Audio." + nameof(AudioAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_ColorAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(ColorAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_FloatAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(FloatAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_QuaternionAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(QuaternionAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_QuaternionEulerAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(QuaternionEulerAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector2AffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(Vector2AffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector3AffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(Vector3AffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector4AffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Primitives." + nameof(Vector4AffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_BlendShapeAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(BlendShapeAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_ColorGradientLineRendererAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(ColorGradientLineRendererAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_ColorMaterialPropertyAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(ColorMaterialPropertyAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_FloatMaterialPropertyAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(FloatMaterialPropertyAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector2MaterialPropertyAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(Vector2MaterialPropertyAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector3MaterialPropertyAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(Vector3MaterialPropertyAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector4MaterialPropertyAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Rendering." + nameof(Vector4MaterialPropertyAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_ImageColorAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.UI." + nameof(ImageColorAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_UniformTransformScaleAffordanceReceiver = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Receiver.Transformation." + nameof(UniformTransformScaleAffordanceReceiver) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_MaterialInstanceHelper = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Rendering." + nameof(MaterialInstanceHelper) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_MaterialPropertyBlockHelper = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Rendering." + nameof(MaterialPropertyBlockHelper) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_XRInteractableAffordanceStateProvider = k_BaseApi + k_BaseNamespace + "AffordanceSystem.State." + nameof(XRInteractableAffordanceStateProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_XRInteractorAffordanceStateProvider = k_BaseApi + k_BaseNamespace + "AffordanceSystem.State." + nameof(XRInteractorAffordanceStateProvider) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_AudioAffordanceThemeDatum = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Theme.Audio." + nameof(AudioAffordanceThemeDatum) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_ColorAffordanceThemeDatum = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Theme.Primitives." + nameof(ColorAffordanceThemeDatum) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_FloatAffordanceThemeDatum = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Theme.Primitives." + nameof(FloatAffordanceThemeDatum) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector2AffordanceThemeDatum = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Theme.Primitives." + nameof(Vector2AffordanceThemeDatum) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector3AffordanceThemeDatum = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Theme.Primitives." + nameof(Vector3AffordanceThemeDatum) + ".html"; /// /// Scripting API URL for . /// [Obsolete("The Affordance System namespace and all associated classes have been deprecated. The existing affordance system will be moved, replaced and updated with a new interaction feedback system in a future version of XRI.")] public const string k_Vector4AffordanceThemeDatum = k_BaseApi + k_BaseNamespace + "AffordanceSystem.Theme.Primitives." + nameof(Vector4AffordanceThemeDatum) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARAnnotationInteractable is marked for deprecation and will be removed in a future version.")] public const string k_ARAnnotationInteractable = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARAnnotationInteractable) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARGestureInteractor is marked for deprecation and will be removed in a future version.")] public const string k_ARGestureInteractor = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARGestureInteractor) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARPlacementInteractable is marked for deprecation and will be removed in a future version.")] public const string k_ARPlacementInteractable = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARPlacementInteractable) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARRotationInteractable is marked for deprecation and will be removed in a future version.")] public const string k_ARRotationInteractable = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARRotationInteractable) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARScaleInteractable is marked for deprecation and will be removed in a future version.")] public const string k_ARScaleInteractable = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARScaleInteractable) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARSelectionInteractable is marked for deprecation and will be removed in a future version.")] public const string k_ARSelectionInteractable = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARSelectionInteractable) + ".html"; /// /// Scripting API URL for . /// [Obsolete("ARTranslationInteractable is marked for deprecation and will be removed in a future version.")] public const string k_ARTranslationInteractable = k_BaseApi + k_BaseNamespace + "AR." + nameof(ARTranslationInteractable) + ".html"; /// /// Scripting API URL for . /// [Obsolete("k_CharacterControllerDriver has been deprecated in version 3.0.0.")] public const string k_CharacterControllerDriver = k_BaseApi + k_BaseNamespace + nameof(CharacterControllerDriver) + ".html"; } }