C# Class UnityEngine.Networking.NetworkMigrationManager.PendingPlayerInfo

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property 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
return NetworkInstanceId

obj public_oe property

The gameObject for the player.

public GameObject,UnityEngine obj
return UnityEngine.GameObject

playerControllerId public_oe property

The playerControllerId of the player GameObject.

public short playerControllerId
return short