Add ultimate xr
This commit is contained in:
23
Assets/UltimateXR/Runtime/Scripts/Haptics/UxrHapticMode.cs
Normal file
23
Assets/UltimateXR/Runtime/Scripts/Haptics/UxrHapticMode.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="UxrHapticMode.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Haptics
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the different types of supported haptic playback.
|
||||
/// </summary>
|
||||
public enum UxrHapticMode
|
||||
{
|
||||
/// <summary>
|
||||
/// Replaces the current haptics on the device.
|
||||
/// </summary>
|
||||
Replace,
|
||||
|
||||
/// <summary>
|
||||
/// Mixes the new haptics with the current haptics on the device.
|
||||
/// </summary>
|
||||
Mix
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user