Removed HideInInspector attributes to properties
This commit is contained in:
parent
4151da4f49
commit
32d9437bb4
@ -14,7 +14,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the unique ID of this object that is synced across the network
|
/// Gets the unique ID of this object that is synced across the network
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public uint NetworkId
|
public uint NetworkId
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -26,7 +25,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the clientId of the owner of this NetworkedObject
|
/// Gets the clientId of the owner of this NetworkedObject
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public int OwnerClientId
|
public int OwnerClientId
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -38,7 +36,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The index of the prefab used to spawn this in the spawnablePrefabs list
|
/// The index of the prefab used to spawn this in the spawnablePrefabs list
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public int SpawnablePrefabIndex
|
public int SpawnablePrefabIndex
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -50,7 +47,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets if this object is a player object
|
/// Gets if this object is a player object
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public bool isPlayerObject
|
public bool isPlayerObject
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -67,7 +63,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets if this object is part of a pool
|
/// Gets if this object is part of a pool
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public bool isPooledObject
|
public bool isPooledObject
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -79,7 +74,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the poolId this object is part of
|
/// Gets the poolId this object is part of
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public ushort PoolId
|
public ushort PoolId
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
@ -51,7 +51,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The clientId the server calls the local client by, only valid for clients
|
/// The clientId the server calls the local client by, only valid for clients
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public int MyClientId
|
public int MyClientId
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -112,7 +111,6 @@ namespace MLAPI.MonoBehaviours.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets if we are connected as a client
|
/// Gets if we are connected as a client
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[HideInInspector]
|
|
||||||
public bool IsClientConnected
|
public bool IsClientConnected
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user