WebSocketPeerWriteMode Enumeration |
[Missing <summary> documentation for "T:Godot.WebSocketPeer.WriteMode"]
Namespace: Godot
public enum WriteMode
Member name | Value | Description | |
---|---|---|---|
Text | 0 | Specifies that WebSockets messages should be transferred as text payload (only valid UTF-8 is allowed). | |
Binary | 1 | Specifies that WebSockets messages should be transferred as binary payload (any byte combination is allowed). |