Package | Description |
---|---|
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.DAMAGE
Describes the damaged appearance, Use
AppearanceObjectGeneralDamage values for this field |
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.IED_PRESENT
Describes whether the object has or contains an IED, Use
AppearanceObjectGeneralIEDPresent values for this field |
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.IS_FLAMING
Describes whether the object is burning and flames are visible
|
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.IS_SMOKING
Describes whether or not there is a smoke plume
|
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.PERCENT_COMPLETE
8-bit unsigned integer indicating the percent completion of the object (0..100)
|
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.PREDISTRIBUTED
Describes whether the object was predistributed, Use
AppearanceObjectGeneralPredistributed values for this field |
static ObjectStateAppearanceGeneral.Bits |
ObjectStateAppearanceGeneral.STATE
Describes the state of the object, Use
AppearanceEntityorObjectState values for this field |
Modifier and Type | Method and Description |
---|---|
ObjectStateAppearanceGeneral |
ObjectStateAppearanceGeneral.set(ObjectStateAppearanceGeneral.Bits wh,
int val) |
Constructor and Description |
---|
ObjectStateAppearanceGeneral(ObjectStateAppearanceGeneral.Bits wh,
int i) |