Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Entities.MyPlanetInitArguments Struct Reference

Public Member Functions

override string ToString ()
 

Public Attributes

string StorageName
 
Sandbox.Engine.Voxels.IMyStorage Storage
 
Vector3D PositionMinCorner
 
float Radius
 
float AtmosphereRadius
 
float MaxRadius
 
float MinRadius
 
bool HasAtmosphere
 
Vector3 AtmosphereWavelengths
 
float GravityFalloff
 
bool MarkAreaEmpty
 
MyAtmosphereSettings AtmosphereSettings
 
float SurfaceGravity
 
bool AddGps
 
bool SpherizeWithDistance
 
MyPlanetGeneratorDefinition Generator
 
bool UserCreated
 
bool InitializeComponents
 

Detailed Description

Definition at line 34 of file MyPlanet.cs.

Member Function Documentation

override string Sandbox.Game.Entities.MyPlanetInitArguments.ToString ( )
inline

Definition at line 55 of file MyPlanet.cs.

Member Data Documentation

bool Sandbox.Game.Entities.MyPlanetInitArguments.AddGps

Definition at line 49 of file MyPlanet.cs.

float Sandbox.Game.Entities.MyPlanetInitArguments.AtmosphereRadius

Definition at line 40 of file MyPlanet.cs.

MyAtmosphereSettings Sandbox.Game.Entities.MyPlanetInitArguments.AtmosphereSettings

Definition at line 47 of file MyPlanet.cs.

Vector3 Sandbox.Game.Entities.MyPlanetInitArguments.AtmosphereWavelengths

Definition at line 44 of file MyPlanet.cs.

MyPlanetGeneratorDefinition Sandbox.Game.Entities.MyPlanetInitArguments.Generator

Definition at line 51 of file MyPlanet.cs.

float Sandbox.Game.Entities.MyPlanetInitArguments.GravityFalloff

Definition at line 45 of file MyPlanet.cs.

bool Sandbox.Game.Entities.MyPlanetInitArguments.HasAtmosphere

Definition at line 43 of file MyPlanet.cs.

bool Sandbox.Game.Entities.MyPlanetInitArguments.InitializeComponents

Definition at line 53 of file MyPlanet.cs.

bool Sandbox.Game.Entities.MyPlanetInitArguments.MarkAreaEmpty

Definition at line 46 of file MyPlanet.cs.

float Sandbox.Game.Entities.MyPlanetInitArguments.MaxRadius

Definition at line 41 of file MyPlanet.cs.

float Sandbox.Game.Entities.MyPlanetInitArguments.MinRadius

Definition at line 42 of file MyPlanet.cs.

Vector3D Sandbox.Game.Entities.MyPlanetInitArguments.PositionMinCorner

Definition at line 38 of file MyPlanet.cs.

float Sandbox.Game.Entities.MyPlanetInitArguments.Radius

Definition at line 39 of file MyPlanet.cs.

bool Sandbox.Game.Entities.MyPlanetInitArguments.SpherizeWithDistance

Definition at line 50 of file MyPlanet.cs.

Sandbox.Engine.Voxels.IMyStorage Sandbox.Game.Entities.MyPlanetInitArguments.Storage

Definition at line 37 of file MyPlanet.cs.

string Sandbox.Game.Entities.MyPlanetInitArguments.StorageName

Definition at line 36 of file MyPlanet.cs.

float Sandbox.Game.Entities.MyPlanetInitArguments.SurfaceGravity

Definition at line 48 of file MyPlanet.cs.

bool Sandbox.Game.Entities.MyPlanetInitArguments.UserCreated

Definition at line 52 of file MyPlanet.cs.


The documentation for this struct was generated from the following file: