Add ultimate xr
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="UxrNetworkRigidbodyFlags.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Networking
|
||||
{
|
||||
/// <summary>
|
||||
/// Describes the different options for rigidbody network synchronization.
|
||||
/// </summary>
|
||||
public enum UxrNetworkRigidbodyFlags
|
||||
{
|
||||
None = 0,
|
||||
All = None // Leave for future implementations
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user