|
A hovering vehicle. More...
Static Public Attributes | |
static bool | isRenderable |
Disables rendering of all instances of this type. | |
static bool | isSelectable |
Disables selection of all instances of this type. |
A hovering vehicle.
A hover vehicle is a vehicle that maintains a specific distance between the vehicle and the ground at all times; unlike a flying vehicle which is free to ascend and descend at will.The model used for the HoverVehicle has the following requirements:
bool HoverVehicle::isRenderable [static] |
Disables rendering of all instances of this type.
Reimplemented from Vehicle.
bool HoverVehicle::isSelectable [static] |
Disables selection of all instances of this type.
Reimplemented from Vehicle.