Delegate NetworkObject.HostVisibilityUpdatedDelegate
Namespace: FishNet.Object
Assembly: FishNet.Runtime.dll
Syntax
public delegate void HostVisibilityUpdatedDelegate(bool prevVisible, bool nextVisible);
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | prevVisible | True if clientHost was known to have visibility of the object prior to this invoking. |
System.Boolean | nextVisible | True if the clientHost now has visibility of the object. |