Click or drag to resize

CustomMessageDescriptorBroadcastBackToSelf Field

True if the sender also gets the message

Namespace:  ImmerseSDK.Multiplayer.Messaging
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[JsonNameAttribute("broadcast_to_self")]
[UnityEngine.TooltipAttribute("True if the sender also gets the message")]
public bool BroadcastBackToSelf

Field Value

Type: Boolean
See Also