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 | (no description) |
Name | Type | Description |
---|---|---|
new_posX | double | |
new_posY | double | |
is_boundary | bool |
message VastMoveMessage extends VastMessage // NODE_MOVE { fields: double new_posX; double new_posY; bool is_boundary; };