Class NetworkVisibilityComponent
Inheritance
NetworkVisibilityComponent
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetworkVisibilityComponent : NetworkBehaviour
Methods
HandleCheckObjectVisibility(ulong)
Declaration
protected virtual bool HandleCheckObjectVisibility(ulong clientId)
Parameters
Type | Name | Description |
---|---|---|
ulong | clientId |
Returns
Type | Description |
---|---|
bool |
Hide()
Declaration
public void Hide()