public bool OnCheckObserver (Networking.NetworkConnection conn);

파라미터

connNetwork connection of a player.

반환

bool True if the player can see this object.

설명

Callback used by the visibility system to determine if an observer (player) can see this object.

If this function returns true, the network connection will be added as an observer.