C# Class UnityEngine.Networking.NetworkSceneId

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

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsEmpty ( ) : bool

Returns true if the value is zero. Non-scene objects - ones which are spawned at runtime will have a sceneId of zero.

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

Returns a string like SceneId:value.

operator ( ) : bool

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 is zero. Non-scene objects - ones which are spawned at runtime will have a sceneId of zero.

public IsEmpty ( ) : bool
return bool

NetworkSceneId() public method

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

ToString() public method

Returns a string like SceneId:value.

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool