Add ultimate xr
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="UxrRotationConstraintMode.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Manipulation
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the ways a <see cref="UxrGrabbableObject" /> rotation can be constrained when being manipulated.
|
||||
/// </summary>
|
||||
public enum UxrRotationConstraintMode
|
||||
{
|
||||
/// <summary>
|
||||
/// No constraints.
|
||||
/// </summary>
|
||||
Free,
|
||||
|
||||
/// <summary>
|
||||
/// Local rotation constraint.
|
||||
/// </summary>
|
||||
RestrictLocalRotation,
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="UxrGrabbableObject"/> cannot rotate.
|
||||
/// </summary>
|
||||
Locked
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user