Package | Description |
---|---|
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.AFTERBURNER_ON
Describes if the air platform is in afterburner
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.ANTI_COLLISION_LIGHT_DAY_NIGHT
Describes the day/night status of the Anti-Collision lights, Use
AppearanceAntiCollisionDayNight values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.ANTI_COLLISION_LIGHTS_ON
Describes whether Anti-Collision lights are on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.CANOPY_TROOP_DOOR
Describes the state of the canopy/troop door, Use
AppearanceCanopy values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.CARGO_DOORS_OPENED
Describes whether the cargo doors (main door) are closed or open
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.DAMAGE
Describes the damaged appearance, Use
AppearanceDamage values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.FORMATION_LIGHTS_ON
Describes whether formation lights are on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.INTERIOR_LIGHTS_ON
Describes whether interior lights are on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.IS_BLINKING
Indicates whether any air platform lights are blinking or not
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.IS_ENGINE_EMITTING_SMOKE
Describes whether or not the engine is emitting smoke
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.IS_FLAMING
Describes whether the entity is burning and flames are visible
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.IS_FROZEN
Describes whether the entity is frozen and should not be dead reckoned
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.IS_SMOKE_EMANATING
Describes whether or not smoke is emanating from the entity
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.LANDING_GEAR_EXTENDED
Describes whether the landing gear is wholly retracted or extended
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.LANDING_LIGHTS_ON
Describes whether landing lights are on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.LOWER_ANTI_COLLISION_LIGHT_ON
Describes whether the lower Anti-Collision light is on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.NAVIGATION_LIGHTS_ON
Describes whether navigation lights are on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.NAVIGATION_POSITION_BRIGHTNESS
Describes the brightness of the navigation/position lights, Use
AppearanceNavigationPositionBrightness values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.NVG_MODE
Describes whether air platform lighting is in covert or overt mode, Use
AppearanceNVGMode values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.PAINT_SCHEME
Describes the visual paint design, Use
AppearancePaintScheme values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.POWER_PLANT_ON
Describes whether the power plant is on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.PROPULSION_KILLED
Describes whether it is capable of moving on its own power
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.REVERSE_THRUST_ENGAGED
Describes whether the air platform has engaged reverse thrust
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.SPOT_SEARCH_LIGHT_1_ON
Describes whether spot/search light #1 is on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.STATE
Describes whether the entity is active or deactivated, Use
AppearanceEntityorObjectState values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.TRAILING_EFFECTS
Describes the size of the contrails or ionization trailing effects, Use
AppearanceTrailingEffects values for this field |
static AirPlatformAppearance.Bits |
AirPlatformAppearance.UPPER_ANTI_COLLISION_LIGHT_ON
Describes whether the upper Anti-Collision light is on or off
|
static AirPlatformAppearance.Bits |
AirPlatformAppearance.WEIGHT_ON_WHEELS
Describes whether the air platform has weight on its main landing gear
|
Modifier and Type | Method and Description |
---|---|
AirPlatformAppearance |
AirPlatformAppearance.set(AirPlatformAppearance.Bits wh,
int val) |
Constructor and Description |
---|
AirPlatformAppearance(AirPlatformAppearance.Bits wh,
int i) |