Delegate NetworkManager.OnSessionOwnerPromotedDelegateHandler
Delegate declaration for OnSessionOwnerPromoted
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate void NetworkManager.OnSessionOwnerPromotedDelegateHandler(ulong sessionOwnerPromoted)
Parameters
Type | Name | Description |
---|---|---|
ulong | sessionOwnerPromoted | the new session owner client identifier |