C# Class UnityEngine.NetworkViewID

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

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Returns a formatted string with details on this NetworkViewID.

operator ( ) : bool

Private Methods

Method Description
INTERNAL_CALL_Internal_Compare ( NetworkViewID &lhs, NetworkViewID &rhs ) : bool
INTERNAL_CALL_Internal_GetOwner ( NetworkViewID &value, NetworkPlayer &player ) : void
INTERNAL_CALL_Internal_GetString ( NetworkViewID &value ) : string
INTERNAL_CALL_Internal_IsMine ( NetworkViewID &value ) : bool
INTERNAL_get_unassigned ( NetworkViewID &value ) : void
Internal_Compare ( NetworkViewID lhs, NetworkViewID rhs ) : bool
Internal_GetOwner ( NetworkViewID value, NetworkPlayer &player ) : void
Internal_GetString ( NetworkViewID value ) : string
Internal_IsMine ( NetworkViewID value ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

Returns a formatted string with details on this NetworkViewID.

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool