Class MyPlanetInitArguments
Inheritance
System.Object
MyPlanetInitArguments
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyPlanetInitArguments : ValueType
Fields
AddGps
Declaration
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
FadeIn
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Generator
Declaration
public MyPlanetGeneratorDefinition Generator
Field Value
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
Field Value
Type |
Description |
System.Single |
|
MinRadius
Declaration
Field Value
Type |
Description |
System.Single |
|
PositionMinCorner
Declaration
public Vector3D PositionMinCorner
Field Value
Radius
Declaration
Field Value
Type |
Description |
System.Single |
|
Seed
Declaration
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
Field Value
Type |
Description |
System.Boolean |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|