C# Class UnityEngine.Networking.NetworkMigrationManager.PendingPlayerInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
netId NetworkInstanceId
obj UnityEngine.GameObject
playerControllerId short

Property Details

netId public property

The networkId of the player object.

public NetworkInstanceId,UnityEngine.Networking netId
return NetworkInstanceId

obj public property

The gameObject for the player.

public GameObject,UnityEngine obj
return UnityEngine.GameObject

playerControllerId public property

The playerControllerId of the player GameObject.

public short playerControllerId
return short