UnityEngine.NetworkView.SetScope C# (CSharp) Method

SetScope() public method

Set the scope of the network view in relation to a specific network player.

public SetScope ( NetworkPlayer player, bool relevancy ) : bool
player NetworkPlayer
relevancy bool
return bool
        public bool SetScope(NetworkPlayer player, bool relevancy)
        {
            return INTERNAL_CALL_SetScope(this, ref player, relevancy);
        }