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 |
public NetworkSceneId ( uint value ) : System | ||
value | uint | |
return | System |