|
| static ScaledMovement | Create (string name, Vessel vessel) |
| |
| static ScaledMovement | Create (string name, CelestialBody cb, GameObject scaledObject) |
| |
| static ScaledMovement | Create (string name, Expansions.Missions.MENode newNode) |
| | Create a ScaledMovement object More...
|
| |
| static MapObject | Create (string name, string displayName, Orbit orbit, ManeuverNode node) |
| |
| static MapObject | Create (string name, string displayName, Transform tgtRef, Orbit orbit, ObjectType type) |
| |
| static MapObject | Create (string name, string displayName, Orbit orbit, ObjectType type) |
| |
|
| enum | ObjectType {
ObjectType.Null,
ObjectType.Generic,
ObjectType.CelestialBody,
ObjectType.Vessel,
ObjectType.ManeuverNode,
ObjectType.Periapsis,
ObjectType.Apoapsis,
ObjectType.AscendingNode,
ObjectType.DescendingNode,
ObjectType.ApproachIntersect,
ObjectType.CelestialBodyAtUT,
ObjectType.PatchTransition,
ObjectType.MENode,
ObjectType.Site
} |
| |
| string | GetDisplayName () |
| |
| string | GetName () |
| |
| CelestialBody | GetReferenceBody () |
| |
| void | Terminate () |
| |
Create a ScaledMovement object
- Parameters
-
| name | Name of the Object |
| newNode | Missions MENode associated to the object |
- Returns
| override void ScaledMovement.OnLateUpdate |
( |
| ) |
|
|
inlineprotectedvirtual |
| bool ScaledMovement.firstUpdate = false |
Set true once the first Update of the Object's position has been completed
The documentation for this class was generated from the following file: