ServerScriptDebugDrawerPacket
Field NameField Notes
Shapes List of shapes that have changed
NetworkId uint64 network id used to identify the matching shape on the client as the server
Shape Type Byte representing the type of debug shape (Line, Box, Sphere, Circle, Text).
Location Vec3 location of the debug shape in the world.
Scale Float scale of the debug shape in the world.
Rotation Vec3 (Euler angles in radians, PYR) rotation of the debug shape in the world.
Total Time Left The total time left in seconds until this debug shape will be removed (0 meaning never).
Color Color (ARGB Hex string) of the debug shape.
Text Text (string) of the debug text shape.
Box Bound Vec3 bound of the debug box shape.
Line End Location Vec3 end location of the debug line.
Arrow Head Length Length of the head of the debug arrow.
Arrow Head Radius Radius of the head of the debug arrow.
Num Segments Integer number of segments used for the debug circle, sphere or debug arrow's head.