Show / Hide Table of Contents

Class MyObjectBuilder_Planet

Inheritance
System.Object
MyObjectBuilder_Base
MyObjectBuilder_EntityBase
MyObjectBuilder_VoxelMap
MyObjectBuilder_Planet
Inherited Members
MyObjectBuilder_VoxelMap.MutableStorage
MyObjectBuilder_VoxelMap.ContentChanged
MyObjectBuilder_VoxelMap.Filename
MyObjectBuilder_VoxelMap.BoulderPlanetId
MyObjectBuilder_VoxelMap.BoulderSectorId
MyObjectBuilder_VoxelMap.BoulderItemId
MyObjectBuilder_VoxelMap.CreatedByUser
MyObjectBuilder_VoxelMap.IsGlobalEncounterAsteroid
MyObjectBuilder_VoxelMap.ShouldSerializeMutableStorage()
MyObjectBuilder_VoxelMap.StorageName
MyObjectBuilder_EntityBase.EntityId
MyObjectBuilder_EntityBase.PersistentFlags
MyObjectBuilder_EntityBase.Name
MyObjectBuilder_EntityBase.PositionAndOrientation
MyObjectBuilder_EntityBase.LocalPositionAndOrientation
MyObjectBuilder_EntityBase.ComponentContainer
MyObjectBuilder_EntityBase.EntityDefinitionId
MyObjectBuilder_EntityBase.ShouldSerializePositionAndOrientation()
MyObjectBuilder_EntityBase.ShouldSerializeLocalPositionAndOrientation()
MyObjectBuilder_EntityBase.ShouldSerializeComponentContainer()
MyObjectBuilder_EntityBase.ShouldSerializeEntityDefinitionId()
MyObjectBuilder_EntityBase.Remap(IMyRemapHelper)
MyObjectBuilder_Base.ShouldSerializeSubtypeId()
MyObjectBuilder_Base.Clone()
MyObjectBuilder_Base.Equals(MyObjectBuilder_Base)
MyObjectBuilder_Base.SubtypeId
MyObjectBuilder_Base.SubtypeName
MyObjectBuilder_Base.TypeId
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_Planet : MyObjectBuilder_VoxelMap

Constructors

MyObjectBuilder_Planet()

Declaration
public MyObjectBuilder_Planet()

Fields

AtmosphereRadius

Declaration
public float AtmosphereRadius
Field Value
Type Description
System.Single

AtmosphereSettings

Declaration
[Nullable]
public Nullable<MyAtmosphereSettings> AtmosphereSettings
Field Value
Type Description
System.Nullable<VRageRender.Messages.MyAtmosphereSettings>

AtmosphereWavelengths

Declaration
public Vector3 AtmosphereWavelengths
Field Value
Type Description
Vector3

GravityFalloff

Declaration
public float GravityFalloff
Field Value
Type Description
System.Single

HasAtmosphere

Declaration
public bool HasAtmosphere
Field Value
Type Description
System.Boolean

MarkAreaEmpty

Declaration
public bool MarkAreaEmpty
Field Value
Type Description
System.Boolean

MaximumHillRadius

Declaration
public float MaximumHillRadius
Field Value
Type Description
System.Single

MinimumSurfaceRadius

Declaration
public float MinimumSurfaceRadius
Field Value
Type Description
System.Single

PlanetGenerator

Declaration
[Nullable]
public string PlanetGenerator
Field Value
Type Description
System.String

Radius

Declaration
public float Radius
Field Value
Type Description
System.Single

SavedEnviromentSectors

Declaration
[Nullable]
public MyObjectBuilder_Planet.SavedSector[] SavedEnviromentSectors
Field Value
Type Description
MyObjectBuilder_Planet.SavedSector[]

Seed

Declaration
public int Seed
Field Value
Type Description
System.Int32

ShowGPS

Declaration
public bool ShowGPS
Field Value
Type Description
System.Boolean

SpawnsFlora

Declaration
public bool SpawnsFlora
Field Value
Type Description
System.Boolean

SpherizeWithDistance

Declaration
public bool SpherizeWithDistance
Field Value
Type Description
System.Boolean

SurfaceGravity

Declaration
public float SurfaceGravity
Field Value
Type Description
System.Single

Extension Methods

MyObjectBuilderExtensions.GetId(MyObjectBuilder_Base)
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾