Class BodySystemExtensions
public static class BodySystemExtensions
- Inheritance
-
BodySystemExtensions
- Inherited Members
-
Properties
All
public static BodySystem[] All { get; }
Property Value
- BodySystem[]
TypeCount
public static int TypeCount { get; }
Property Value
- int
Methods
FindByDisplayName(string)
public static BodySystem? FindByDisplayName(string display)
Parameters
display string
Returns
- BodySystem?
GetAbbreviation(BodySystem)
public static string GetAbbreviation(this BodySystem system)
Parameters
system BodySystem
Returns
- string
GetByIndex(int)
public static BodySystem? GetByIndex(int oneBasedIndex)
Parameters
oneBasedIndex int
Returns
- BodySystem?
GetDisplayName(BodySystem)
public static string GetDisplayName(this BodySystem system)
Parameters
system BodySystem
Returns
- string
GetNumberedList()
public static List<(int Index, string Display)> GetNumberedList()
Returns
- List<(int Index, string Display)>