We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3ee35 commit 47a8c3eCopy full SHA for 47a8c3e
docs/_docs/the-basics/object-visibility.md
@@ -4,7 +4,7 @@ permalink: /wiki/object-visibility/
4
---
5
6
Starting with MLAPI version 6.0.0, clients have no explicit knowledge of all objects or clients that are connected to the server.
7
-This allows you to only show a subset of objects to any client and any given time. To allow this, a visibility API was introduced
+This allows you to only show a subset of objects to any client at any given time. To allow this, a visibility API was introduced
8
to the NetworkedObject component and consists of 4 parts.
9
10
@@ -41,4 +41,4 @@ and
41
```csharp
42
NetworkedObject netObject = GetComponent<NetworkedObject>();
43
netObject.NetworkHide(clientIdToHideFrom);
44
-```
+```
0 commit comments