UnityEngine.Networking.NetworkSceneId.IsEmpty C# (CSharp) Method

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
        public bool IsEmpty()
        {
            return (this.m_Value == 0);
        }