Click or drag to resize

WebRTCDataChannelWriteModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.WebRTCDataChannel.WriteModeEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum WriteModeEnum
Members
  Member nameValueDescription
Text0

Tells the channel to send data over this channel as text. An external peer (non-Godot) would receive this as a string.

Binary1

Tells the channel to send data over this channel as binary. An external peer (non-Godot) would receive this as array buffer or blob.

See Also