C# Class UnityEngine.NetworkPlayer

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

Private Properties

Property 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

Public Methods

Method 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

Method 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 method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NetworkPlayer() public method

public NetworkPlayer ( string ip, int port ) : System
ip string
port int
return System

ToString() public method

Returns the index number for this network player.

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool