mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-19 03:20:33 +00:00
9 lines
558 B
Markdown
9 lines
558 B
Markdown
|
# Network Owner Checker
|
||
|
|
||
|
The Network Owner Checker component controls visibility of networked objects based on owner client.
|
||
|
|
||
|
Any object with this component on it will only be visible to the client that has authority ownership of it.
|
||
|
|
||
|
This can be used when you want to spawn a network object with client authority and only have it appear for the owner, e.g. an interactive UI or NPC.
|
||
|
Since clients can call commands on objects they have authority over, such objects can have Network Behaviors with commands in them that can be called directly by the client.
|