Show / Hide Table of Contents

Class MyPlanetInitArguments

Inheritance
System.Object
MyPlanetInitArguments
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyPlanetInitArguments : ValueType

Fields

AddGps

Declaration
public bool AddGps
Field Value
Type Description
System.Boolean

AtmosphereRadius

Declaration
public float AtmosphereRadius
Field Value
Type Description
System.Single

AtmosphereSettings

Declaration
public MyAtmosphereSettings AtmosphereSettings
Field Value
Type Description
VRageRender.Messages.MyAtmosphereSettings

AtmosphereWavelengths

Declaration
public Vector3 AtmosphereWavelengths
Field Value
Type Description
Vector3

FadeIn

Declaration
public bool FadeIn
Field Value
Type Description
System.Boolean

Generator

Declaration
public MyPlanetGeneratorDefinition Generator
Field Value
Type Description
MyPlanetGeneratorDefinition

GravityFalloff

Declaration
public float GravityFalloff
Field Value
Type Description
System.Single

HasAtmosphere

Declaration
public bool HasAtmosphere
Field Value
Type Description
System.Boolean

InitializeComponents

Declaration
public bool InitializeComponents
Field Value
Type Description
System.Boolean

MarkAreaEmpty

Declaration
public bool MarkAreaEmpty
Field Value
Type Description
System.Boolean

MaxRadius

Declaration
public float MaxRadius
Field Value
Type Description
System.Single

MinRadius

Declaration
public float MinRadius
Field Value
Type Description
System.Single

PositionMinCorner

Declaration
public Vector3D PositionMinCorner
Field Value
Type Description
Vector3D

Radius

Declaration
public float Radius
Field Value
Type Description
System.Single

Seed

Declaration
public int Seed
Field Value
Type Description
System.Int32

SpherizeWithDistance

Declaration
public bool SpherizeWithDistance
Field Value
Type Description
System.Boolean

Storage

Declaration
public IMyStorage Storage
Field Value
Type Description
VRage.Game.Voxels.IMyStorage

StorageName

Declaration
public string StorageName
Field Value
Type Description
System.String

SurfaceGravity

Declaration
public float SurfaceGravity
Field Value
Type Description
System.Single

UserCreated

Declaration
public bool UserCreated
Field Value
Type Description
System.Boolean

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾