1.3 KiB
1.3 KiB
NetworkedBehaviour.RegisterMessageHandler Method
Missing <summary> documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"
Namespace: MLAPI
Assembly: MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void RegisterMessageHandler(
string name,
Action<int, byte[]> action
)
Parameters
- name
- Type: System.String
[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"] - action
- Type: System.Action(Int32, Byte[])
[Missing documentation for "M:MLAPI.NetworkedBehaviour.RegisterMessageHandler(System.String,System.Action{System.Int32,System.Byte[]})"]