Class MyPlanetElevation
Describes what detail level to retrieve the planet elevation for.
Inheritance
System.Object
MyPlanetElevation
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyPlanetElevation : Enum
Fields
Sealevel
Only return the distance to the planetary sealevel.
Declaration
public const MyPlanetElevation Sealevel
Field Value
Type | Description |
---|---|
My |
Surface
Return the distance to the closest point of the planet. This is the same value displayed in the HUD.
Declaration
public const MyPlanetElevation Surface
Field Value
Type | Description |
---|---|
My |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |