File: Overlay/Vast/Vast.msg
(no description)
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
VastMessage | Base message for all messages used by Vast JOIN_REQUEST, ENCLOSING_NEIGHBORS_REQUEST, PING, PONG |
Name | Type | Description |
---|---|---|
newPos | Vector2D | |
is_boundary | bool |
message VastMoveMessage extends VastMessage // NODE_MOVE { fields: Vector2D newPos; bool is_boundary; };