Move third party assets to ThirdParty folder
This commit is contained in:
22
Assets/ThirdParty/UltimateXR/Runtime/Scripts/Devices/IUxrControllerInputUpdater.cs
vendored
Normal file
22
Assets/ThirdParty/UltimateXR/Runtime/Scripts/Devices/IUxrControllerInputUpdater.cs
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="IUxrControllerInputUpdater.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Devices
|
||||
{
|
||||
/// <summary>
|
||||
/// Internal interface to be able to update controller states only from the UltimateXR assembly.
|
||||
/// </summary>
|
||||
internal interface IUxrControllerInputUpdater
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
/// <summary>
|
||||
/// Updates the input state.
|
||||
/// </summary>
|
||||
void UpdateInput();
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user