Add ultimate xr
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="UxrNetworkManagerEditor.GrabbableObjectStats.cs" company="VRMADA">
|
||||
// Copyright (c) VRMADA, All rights reserved.
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
namespace UltimateXR.Editor.Networking
|
||||
{
|
||||
public partial class UxrNetworkManagerEditor
|
||||
{
|
||||
#region Private Types & Data
|
||||
|
||||
/// <summary>
|
||||
/// Stores stats of adding or removing components to physics-driven grabbable objects.
|
||||
/// </summary>
|
||||
private class GrabbableObjectStats
|
||||
{
|
||||
#region Public Types & Data
|
||||
|
||||
public bool HasAny => InstanceComponentsProcessedCount > 0 || PrefabComponentsProcessedCount > 0;
|
||||
public int SceneCount;
|
||||
public int InstanceComponentsProcessedCount;
|
||||
public int InstanceComponentsAddedOrRemovedCount;
|
||||
public int PrefabComponentsProcessedCount;
|
||||
public int PrefabComponentsAddedOrRemovedCount;
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 60cb8ba62e0e421888513b150ce0879d
|
||||
timeCreated: 1690202001
|
||||
1458
Assets/UltimateXR/Editor/Networking/UxrNetworkManagerEditor.cs
Normal file
1458
Assets/UltimateXR/Editor/Networking/UxrNetworkManagerEditor.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 12a7238209c0922479b69f74d77a306f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user