2.2.4.22.4 XeDevice_DrawLine

The XeDevice_DrawLine message draws a line of the given color.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

_size

_msgid

_idObjectSubject

rb

clrLine

flThickness

vStart

...

...

vEnd

...

...

_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.

_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000002 for this message.

_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.

rb (4 bytes): An unsigned 32-bit integer. The ID of the render builder to use.

clrLine (4 bytes): A Color (section 2.2.6.9). The color of the line.

flThickness (4 bytes): A single-precision 32-bit number. The line thickness.

vStart (12 bytes): A Vector3 (section 2.2.6.3) that specifies the starting position of the line.

vEnd (12 bytes): A Vector3 (section 2.2.6.3) that specifies the end position of the line.