| 
    Midnight Blue Game and Engine
    
   | 
 
Planet metadata used as information and arguments for generating the actual biome map of a planet. Required for an entity to be treated as a planet. More...


Properties | |
| string | Name [get, set] | 
| Gets or sets the name of the planet.  More... | |
| int | Radius [get, set] | 
| Gets or sets the radius of the planet.  More... | |
| PlanetType | Type [get, set] | 
| Gets or sets the type of the planet.  More... | |
| float | SurfaceTemperature [get, set] | 
| Gets or sets the surface temperature.  More... | |
| int | Density [get, set] | 
| Gets or sets the density.  More... | |
| float | Habitable [get, set] | 
| Gets or sets the score indicating the planets ability to support life.  More... | |
| int | Carbon [get, set] | 
| Gets or sets the amount of carbon on the planet.  More... | |
| int | Water [get, set] | 
| Gets or sets the amount of water on the planet.  More... | |
| int | Gas [get, set] | 
| Gets or sets the amount of gas on the planet.  More... | |
| Length | StarDistance [get, set] | 
| Gets or sets the distance of this planet to its star  More... | |
| float | SurfaceArea [get] | 
| Gets the surface area of the planet. Used mostly for information displays - not very useful for anything else.  More... | |
Planet metadata used as information and arguments for generating the actual biome map of a planet. Required for an entity to be treated as a planet.
      
  | 
  getset | 
Gets or sets the amount of carbon on the planet.
The carbon amount.
      
  | 
  getset | 
Gets or sets the density.
The density.
      
  | 
  getset | 
Gets or sets the amount of gas on the planet.
The gas amount.
      
  | 
  getset | 
Gets or sets the score indicating the planets ability to support life.
The life score.
      
  | 
  getset | 
Gets or sets the name of the planet.
The name.
      
  | 
  getset | 
Gets or sets the radius of the planet.
The radius.
      
  | 
  getset | 
Gets or sets the distance of this planet to its star
The star distance.
      
  | 
  get | 
Gets the surface area of the planet. Used mostly for information displays - not very useful for anything else.
The surface area.
      
  | 
  getset | 
Gets or sets the surface temperature.
The surface temperature.
      
  | 
  getset | 
Gets or sets the type of the planet.
The type.
      
  | 
  getset | 
Gets or sets the amount of water on the planet.
The water amount.
 1.8.12