Midnight Blue Game and Engine
Properties | List of all members
MidnightBlue.PlanetMetadata Class Reference

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...

Inheritance diagram for MidnightBlue.PlanetMetadata:
Inheritance graph
Collaboration diagram for MidnightBlue.PlanetMetadata:
Collaboration graph

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...
 

Detailed Description

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.

Property Documentation

§ Carbon

int MidnightBlue.PlanetMetadata.Carbon
getset

Gets or sets the amount of carbon on the planet.

The carbon amount.

§ Density

int MidnightBlue.PlanetMetadata.Density
getset

Gets or sets the density.

The density.

§ Gas

int MidnightBlue.PlanetMetadata.Gas
getset

Gets or sets the amount of gas on the planet.

The gas amount.

§ Habitable

float MidnightBlue.PlanetMetadata.Habitable
getset

Gets or sets the score indicating the planets ability to support life.

The life score.

§ Name

string MidnightBlue.PlanetMetadata.Name
getset

Gets or sets the name of the planet.

The name.

§ Radius

int MidnightBlue.PlanetMetadata.Radius
getset

Gets or sets the radius of the planet.

The radius.

§ StarDistance

Length MidnightBlue.PlanetMetadata.StarDistance
getset

Gets or sets the distance of this planet to its star

The star distance.

§ SurfaceArea

float MidnightBlue.PlanetMetadata.SurfaceArea
get

Gets the surface area of the planet. Used mostly for information displays - not very useful for anything else.

The surface area.

§ SurfaceTemperature

float MidnightBlue.PlanetMetadata.SurfaceTemperature
getset

Gets or sets the surface temperature.

The surface temperature.

§ Type

PlanetType MidnightBlue.PlanetMetadata.Type
getset

Gets or sets the type of the planet.

The type.

§ Water

int MidnightBlue.PlanetMetadata.Water
getset

Gets or sets the amount of water on the planet.

The water amount.


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