C# Class UnityEngine.Networking.NetworkInstanceId

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

Public Properties

Property Type Description
Invalid NetworkInstanceId

Public Methods

Method 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

Method Description
NetworkInstanceId ( ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsEmpty() public method

Returns true if the value of the NetworkInstanceId is zero.

public IsEmpty ( ) : bool
return bool

NetworkInstanceId() public method

public NetworkInstanceId ( uint value ) : System
value uint
return System

ToString() public method

Returns a string of "NetID:value".

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return 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
return NetworkInstanceId