Click or drag to resize

NetworkedBehaviourDeregisterMessageHandler Method

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

Deregisters a given message handler

Namespace:  MLAPI.MonoBehaviours.Core
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void DeregisterMessageHandler(
	string name,
	int counter
)
Request Example View Source

Parameters

name
Type: SystemString
The MessageType to deregister
counter
Type: SystemInt32
The messageHandlerId to deregister
See Also