Enum in Zendir.Universe
Description
This defines the type of motion that will be used for the spacecraft when orbiting another body. This can define how the forces, both internal and external interact on the body.
Properties
Declared | Description |
---|---|
Static = 0 | A type that forces the object to remain in a fixed position andorientation, regardless of the forces internal and external.Positions must be manually adjusted as a Kinematic object. |
Integration = 1 | This dynamic type is the default for all dynamic bodies and does afull system integration of all parameters and subcomponents, includingboth position and rotation. |
Orbit = 2 | A type that will perform a fixed orbit based on the current orbitparameters and will not handle any changes to the dynamics of thesystem. |
Lookup = 3 | A type that positions and rotates an object based on some lookupdata from a table. This does not integrate any state parameters. |