NetworkView enabled/disabled

Hello,

I was wondering if anyone can confirm my understanding of a networkview. If I have a networkview that’s observing a transform enabled on my client, the client gets updates and the transform position is synced. Now if I disable the networkview on the client, the position is no longer synced.

Does the server still send updates to this client for the particular disabled networkview and the client simply ignores, or is the server smart enough to know that the client is no longer listening to that networkview ?

Hopefully this makes sense. Any insight is helpful, thanks!

I think I might have found what I am looking for through SetScope