C# Class UnityEngine.Networking.PlayerController

This represents a networked player.

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

Méthodes publiques

Свойство Type Description
gameObject GameObject
playerControllerId short
unetView NetworkIdentity

Méthodes publiques

Méthode Description
PlayerController ( ) : System
ToString ( ) : string

String representation of the player objects state.

Private Methods

Méthode Description
PlayerController ( GameObject go, short playerControllerId ) : System

Method Details

PlayerController() public méthode

public PlayerController ( ) : System
Résultat System

ToString() public méthode

String representation of the player objects state.

public ToString ( ) : string
Résultat string

Property Details

gameObject public_oe property

The game object for this player.

public GameObject gameObject
Résultat GameObject

playerControllerId public_oe property

The local player ID number of this player.

public short playerControllerId
Résultat short

unetView public_oe property

The NetworkIdentity component of the player.

public NetworkIdentity,UnityEngine.Networking unetView
Résultat NetworkIdentity