Update isStatic description to reference staticPosition

This commit is contained in:
Nick 2022-07-10 11:16:07 -04:00
parent c4f0516d53
commit b79aed1490

View File

@ -57,7 +57,8 @@ namespace NewHorizons.External.Modules
public bool dottedOrbitLine; public bool dottedOrbitLine;
/// <summary> /// <summary>
/// Is the body meant to stay in one place without moving? /// Is the body meant to stay in one place without moving? If staticPosition is not set, the initial position
/// will be determined using its orbital parameters.
/// </summary> /// </summary>
public bool isStatic; public bool isStatic;