File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
MLAPI/MonoBehaviours/Core Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ public sealed class NetworkedObject : MonoBehaviour
1414 /// <summary>
1515 /// Gets the unique ID of this object that is synced across the network
1616 /// </summary>
17- [ HideInInspector ]
1817 public uint NetworkId
1918 {
2019 get
@@ -26,7 +25,6 @@ public uint NetworkId
2625 /// <summary>
2726 /// Gets the clientId of the owner of this NetworkedObject
2827 /// </summary>
29- [ HideInInspector ]
3028 public int OwnerClientId
3129 {
3230 get
@@ -38,7 +36,6 @@ public int OwnerClientId
3836 /// <summary>
3937 /// The index of the prefab used to spawn this in the spawnablePrefabs list
4038 /// </summary>
41- [ HideInInspector ]
4239 public int SpawnablePrefabIndex
4340 {
4441 get
@@ -50,7 +47,6 @@ public int SpawnablePrefabIndex
5047 /// <summary>
5148 /// Gets if this object is a player object
5249 /// </summary>
53- [ HideInInspector ]
5450 public bool isPlayerObject
5551 {
5652 get
@@ -67,7 +63,6 @@ public bool isPlayerObject
6763 /// <summary>
6864 /// Gets if this object is part of a pool
6965 /// </summary>
70- [ HideInInspector ]
7166 public bool isPooledObject
7267 {
7368 get
@@ -79,7 +74,6 @@ public bool isPooledObject
7974 /// <summary>
8075 /// Gets the poolId this object is part of
8176 /// </summary>
82- [ HideInInspector ]
8377 public ushort PoolId
8478 {
8579 get
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ public static NetworkingManager singleton
5151 /// <summary>
5252 /// The clientId the server calls the local client by, only valid for clients
5353 /// </summary>
54- [ HideInInspector ]
5554 public int MyClientId
5655 {
5756 get
@@ -112,7 +111,6 @@ public bool isServer
112111 /// <summary>
113112 /// Gets if we are connected as a client
114113 /// </summary>
115- [ HideInInspector ]
116114 public bool IsClientConnected
117115 {
118116 get
You can’t perform that action at this time.
0 commit comments