Show / Hide Table of Contents

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
MyPlanetElevation

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
MyPlanetElevation

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
☀
☾
In This Article
  • Fields
    • Sealevel
    • Surface
    • value__
Back to top
Generated by DocFX
☀
☾