Click or drag to resize

NetworkingManagerConnectionApprovalCallback Field

[This is preliminary documentation and is subject to change.]

The callback to invoke during connection approval

Namespace:  MLAPI.MonoBehaviours.Core
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<byte[], uint, Action<uint, bool, Vector3, Quaternion>> ConnectionApprovalCallback
Request Example View Source

Field Value

Type: ActionByte, UInt32, ActionUInt32, Boolean, Vector3, Quaternion
See Also