setHighPriority

fun setHighPriority(otherPlayerAvatar: PlayerAvatar)

Sets the otherPlayerAvatar as high priority for us specifically. This means that when our local player count gets to >= 250 players, we will still keep that player rendered even if they are no longer within the range that we can still see to. It does not, however, extend past the preferred view range.

Parameters

otherPlayerAvatar

the avatar to mark as high priority in relation to us.