C# Class UnityEngine.Networking.NetworkInstanceId

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

Méthodes publiques

Свойство Type Description
Invalid NetworkInstanceId

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsEmpty ( ) : bool

Returns true if the value of the NetworkInstanceId is zero.

NetworkInstanceId ( uint value ) : System
ToString ( ) : string

Returns a string of "NetID:value".

operator ( ) : bool

Private Methods

Méthode Description
NetworkInstanceId ( ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsEmpty() public méthode

Returns true if the value of the NetworkInstanceId is zero.

public IsEmpty ( ) : bool
Résultat bool

NetworkInstanceId() public méthode

public NetworkInstanceId ( uint value ) : System
value uint
Résultat System

ToString() public méthode

Returns a string of "NetID:value".

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Invalid public_oe static_oe property

A static invalid NetworkInstanceId that can be used for comparisons.

public static NetworkInstanceId,UnityEngine.Networking Invalid
Résultat NetworkInstanceId