-
Notifications
You must be signed in to change notification settings - Fork 0
Draw (client)
BigETI edited this page Jul 2, 2019
·
2 revisions
This message contains commands for drawing
drawCommands
- Draw command : array
- i: Stroke data : array
- 0: Tool index : int
- 1: Color index : int
- 2: Brush size : float
- 3: From X : int
- 4: From Y : int
- 5: To X : int
- 6: To Y : int
- i: Stroke data : array
[
"drawCommands",
[
[0, 2, 4, 182, 372, 182, 372],
[0, 2, 4, 182, 372, 181, 372]
]
]
This documentation is licensed under CC-BY-4.0.