C# Class UnityEngine.NetworkPlayer

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

Private Properties

Свойство Type Description
Internal_GetExternalIP string
Internal_GetExternalPort int
Internal_GetGUID string
Internal_GetIPAddress string
Internal_GetLocalGUID string
Internal_GetLocalIP string
Internal_GetLocalPort int
Internal_GetPlayerIndex int
Internal_GetPort int

Méthodes publiques

Méthode Description
Equals ( object other ) : bool
GetHashCode ( ) : int
NetworkPlayer ( string ip, int port ) : System
ToString ( ) : string

Returns the index number for this network player.

operator ( ) : bool

Private Methods

Méthode Description
Internal_GetExternalIP ( ) : string
Internal_GetExternalPort ( ) : int
Internal_GetGUID ( int index ) : string
Internal_GetIPAddress ( int index ) : string
Internal_GetLocalGUID ( ) : string
Internal_GetLocalIP ( ) : string
Internal_GetLocalPort ( ) : int
Internal_GetPlayerIndex ( ) : int
Internal_GetPort ( int index ) : int

Method Details

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NetworkPlayer() public méthode

public NetworkPlayer ( string ip, int port ) : System
ip string
port int
Résultat System

ToString() public méthode

Returns the index number for this network player.

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool