Removed HideInInspector attributes to properties

This commit is contained in:
Albin Corén 2018-04-03 10:18:03 +02:00
parent 4151da4f49
commit 32d9437bb4
2 changed files with 0 additions and 8 deletions

View File

@ -14,7 +14,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// Gets the unique ID of this object that is synced across the network
/// </summary>
[HideInInspector]
public uint NetworkId
{
get
@ -26,7 +25,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// Gets the clientId of the owner of this NetworkedObject
/// </summary>
[HideInInspector]
public int OwnerClientId
{
get
@ -38,7 +36,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// The index of the prefab used to spawn this in the spawnablePrefabs list
/// </summary>
[HideInInspector]
public int SpawnablePrefabIndex
{
get
@ -50,7 +47,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// Gets if this object is a player object
/// </summary>
[HideInInspector]
public bool isPlayerObject
{
get
@ -67,7 +63,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// Gets if this object is part of a pool
/// </summary>
[HideInInspector]
public bool isPooledObject
{
get
@ -79,7 +74,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// Gets the poolId this object is part of
/// </summary>
[HideInInspector]
public ushort PoolId
{
get

View File

@ -51,7 +51,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// The clientId the server calls the local client by, only valid for clients
/// </summary>
[HideInInspector]
public int MyClientId
{
get
@ -112,7 +111,6 @@ namespace MLAPI.MonoBehaviours.Core
/// <summary>
/// Gets if we are connected as a client
/// </summary>
[HideInInspector]
public bool IsClientConnected
{
get