C# Class UnityEngine.Networking.NetworkMigrationManager.PendingPlayerInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
netId NetworkInstanceId
obj UnityEngine.GameObject
playerControllerId short

Property Details

netId public_oe property

The networkId of the player object.

public NetworkInstanceId,UnityEngine.Networking netId
Résultat NetworkInstanceId

obj public_oe property

The gameObject for the player.

public GameObject,UnityEngine obj
Résultat UnityEngine.GameObject

playerControllerId public_oe property

The playerControllerId of the player GameObject.

public short playerControllerId
Résultat short