UnityEngine.NetworkView.SetScope C# (CSharp) 메소드

SetScope() 공개 메소드

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
리턴 bool
        public bool SetScope(NetworkPlayer player, bool relevancy)
        {
            return INTERNAL_CALL_SetScope(this, ref player, relevancy);
        }