WebRTCDataChannelWriteModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.WebRTCDataChannel.WriteModeEnum"]
Namespace: Godot
public enum WriteModeEnum
Member name | Value | Description | |
---|---|---|---|
Text | 0 | Tells the channel to send data over this channel as text. An external peer (non-Godot) would receive this as a string. | |
Binary | 1 | Tells the channel to send data over this channel as binary. An external peer (non-Godot) would receive this as array buffer or blob. |