|
| enum | ConstraintTest { ConstraintTest.GT,
ConstraintTest.LT,
ConstraintTest.EQ,
ConstraintTest.NEQ
} |
| |
| enum | ConstraintType {
ConstraintType.SPEED,
ConstraintType.SPEEDENV,
ConstraintType.ALTITUDE,
ConstraintType.ALTITUDEENV,
ConstraintType.DENSITY,
ConstraintType.DYNAMICPRESSURE,
ConstraintType.OXYGEN,
ConstraintType.ATMOSPHERE,
ConstraintType.SITUATION,
ConstraintType.REPEATABILITY
} |
| |
| enum | TestRepeatability { TestRepeatability.ALWAYS,
TestRepeatability.BODYANDSITUATION,
TestRepeatability.ONCEPERPART
} |
| |
| Enumerator |
|---|
| SPEED |
|
| SPEEDENV |
|
| ALTITUDE |
|
| ALTITUDEENV |
|
| DENSITY |
|
| DYNAMICPRESSURE |
|
| OXYGEN |
|
| ATMOSPHERE |
|
| SITUATION |
|
| REPEATABILITY |
|
| Enumerator |
|---|
| ALWAYS |
|
| BODYANDSITUATION |
|
| ONCEPERPART |
|
| PartTestConstraint.PartTestConstraint |
( |
ConfigNode |
node = null | ) |
|
|
inline |
| bool PartTestConstraint.Test |
( |
double |
input | ) |
|
|
inline |
| bool PartTestConstraint.Test |
( |
int |
input | ) |
|
|
inline |
| bool PartTestConstraint.Test |
( |
bool |
input | ) |
|
|
inline |
| bool PartTestConstraint.Test |
( |
string |
input | ) |
|
|
inline |
| bool PartTestConstraint.Test |
( |
uint |
sitmask | ) |
|
|
inline |
| string PartTestConstraint.body = "_Any" |
| string PartTestConstraint.prestige = "_Any" |
| uint PartTestConstraint.situationMask = uint.MaxValue |
| bool PartTestConstraint.valid = false |
| string PartTestConstraint.value = "" |
| bool PartTestConstraint.valueB |
| double PartTestConstraint.valueD = double.NaN |
| uint PartTestConstraint.valueI |
The documentation for this class was generated from the following file: