NetworkedBehaviourSendToLocalClientT Method (String, String, T) |  |
[This is preliminary documentation and is subject to change.]
Sends a binary serialized class to the server from client
Namespace:
MLAPI.MonoBehaviours.Core
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void SendToLocalClient<T>(
string messageType,
string channelName,
T instance
)
Request Example
View SourceParameters
- messageType
- Type: SystemString
User defined messageType - channelName
- Type: SystemString
User defined channelName - instance
- Type: T
The instance to send
Type Parameters
- T
- The class type to send
See Also