C# Class UnityEngine.Networking.NetworkSystem.PeerInfoPlayer

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
netId UnityEngine.Networking.NetworkInstanceId
playerControllerId short

Property Details

netId public_oe property

The networkId of the player object.

public NetworkInstanceId,UnityEngine.Networking netId
return UnityEngine.Networking.NetworkInstanceId

playerControllerId public_oe property

The playerControllerId of the player GameObject.

public short playerControllerId
return short