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
14
14
/// <summary>
15
15
/// Gets the unique ID of this object that is synced across the network
16
16
/// </summary>
17
- [ HideInInspector ]
18
17
public uint NetworkId
19
18
{
20
19
get
@@ -26,7 +25,6 @@ public uint NetworkId
26
25
/// <summary>
27
26
/// Gets the clientId of the owner of this NetworkedObject
28
27
/// </summary>
29
- [ HideInInspector ]
30
28
public int OwnerClientId
31
29
{
32
30
get
@@ -38,7 +36,6 @@ public int OwnerClientId
38
36
/// <summary>
39
37
/// The index of the prefab used to spawn this in the spawnablePrefabs list
40
38
/// </summary>
41
- [ HideInInspector ]
42
39
public int SpawnablePrefabIndex
43
40
{
44
41
get
@@ -50,7 +47,6 @@ public int SpawnablePrefabIndex
50
47
/// <summary>
51
48
/// Gets if this object is a player object
52
49
/// </summary>
53
- [ HideInInspector ]
54
50
public bool isPlayerObject
55
51
{
56
52
get
@@ -67,7 +63,6 @@ public bool isPlayerObject
67
63
/// <summary>
68
64
/// Gets if this object is part of a pool
69
65
/// </summary>
70
- [ HideInInspector ]
71
66
public bool isPooledObject
72
67
{
73
68
get
@@ -79,7 +74,6 @@ public bool isPooledObject
79
74
/// <summary>
80
75
/// Gets the poolId this object is part of
81
76
/// </summary>
82
- [ HideInInspector ]
83
77
public ushort PoolId
84
78
{
85
79
get
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ public static NetworkingManager singleton
51
51
/// <summary>
52
52
/// The clientId the server calls the local client by, only valid for clients
53
53
/// </summary>
54
- [ HideInInspector ]
55
54
public int MyClientId
56
55
{
57
56
get
@@ -112,7 +111,6 @@ public bool isServer
112
111
/// <summary>
113
112
/// Gets if we are connected as a client
114
113
/// </summary>
115
- [ HideInInspector ]
116
114
public bool IsClientConnected
117
115
{
118
116
get
You can’t perform that action at this time.
0 commit comments