|
| 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
} |
| |
|
| 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) |
| |
| Enumerator |
|---|
| Null |
|
| Generic |
|
| CelestialBody |
|
| Vessel |
|
| ManeuverNode |
|
| Periapsis |
|
| Apoapsis |
|
| AscendingNode |
|
| DescendingNode |
|
| ApproachIntersect |
|
| CelestialBodyAtUT |
|
| PatchTransition |
|
| MENode |
|
| Site |
|
| string MapObject.GetDisplayName |
( |
| ) |
|
|
inline |
| string MapObject.GetName |
( |
| ) |
|
|
inline |
| virtual void MapObject.OnAwake |
( |
| ) |
|
|
inlineprotectedvirtual |
| virtual string MapObject.OnGetName |
( |
| ) |
|
|
inlineprotectedvirtual |
| virtual void MapObject.OnLateUpdate |
( |
| ) |
|
|
inlineprotectedvirtual |
| virtual void MapObject.OnStart |
( |
| ) |
|
|
inlineprotectedvirtual |
| virtual void MapObject.OnWillDestroy |
( |
| ) |
|
|
inlineprotectedvirtual |
| void MapObject.Terminate |
( |
| ) |
|
|
inline |
| string MapObject.DisplayName |
| Transform MapObject.tgtRef |
This is the target vessel
The documentation for this class was generated from the following file: