Space Engineers
Public Types | Public Attributes | List of all members
Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended Struct Reference

Public Types

enum  MaterialOrigin { MaterialOrigin.Rule, MaterialOrigin.Ore, MaterialOrigin.Map, MaterialOrigin.Default }
 

Public Attributes

Vector3 Position
 
Vector3 Gravity
 
MyVoxelMaterialDefinition Material
 
float Slope
 
float HeightRatio
 
float Depth
 
float Latitude
 
float Longitude
 
float Altitude
 
int Face
 
Vector2 Texcoord
 
byte BiomeValue
 
byte MaterialValue
 
byte OcclusionValue
 
byte OreValue
 
MyPlanetMaterialProvider.PlanetMaterial EffectiveRule
 
MyPlanetMaterialProvider.PlanetBiome Biome
 
MyPlanetMaterialProvider.PlanetOre Ore
 
MaterialOrigin Origin
 

Detailed Description

Combined surface properties for the planet.

This object stores very detailed information about a point in the planet's surface.

Definition at line 303 of file MyPlanetStorageProvider.cs.

Member Enumeration Documentation

Enumerator
Rule 
Ore 
Map 
Default 

Definition at line 327 of file MyPlanetStorageProvider.cs.

Member Data Documentation

float Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Altitude

Definition at line 313 of file MyPlanetStorageProvider.cs.

MyPlanetMaterialProvider.PlanetBiome Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Biome

Definition at line 324 of file MyPlanetStorageProvider.cs.

byte Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.BiomeValue

Definition at line 318 of file MyPlanetStorageProvider.cs.

float Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Depth

Definition at line 310 of file MyPlanetStorageProvider.cs.

MyPlanetMaterialProvider.PlanetMaterial Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.EffectiveRule

Definition at line 323 of file MyPlanetStorageProvider.cs.

int Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Face

Definition at line 315 of file MyPlanetStorageProvider.cs.

Vector3 Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Gravity

Definition at line 306 of file MyPlanetStorageProvider.cs.

float Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.HeightRatio

Definition at line 309 of file MyPlanetStorageProvider.cs.

float Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Latitude

Definition at line 311 of file MyPlanetStorageProvider.cs.

float Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Longitude

Definition at line 312 of file MyPlanetStorageProvider.cs.

MyVoxelMaterialDefinition Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Material

Definition at line 307 of file MyPlanetStorageProvider.cs.

byte Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.MaterialValue

Definition at line 319 of file MyPlanetStorageProvider.cs.

byte Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.OcclusionValue

Definition at line 320 of file MyPlanetStorageProvider.cs.

MyPlanetMaterialProvider.PlanetOre Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Ore

Definition at line 325 of file MyPlanetStorageProvider.cs.

byte Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.OreValue

Definition at line 321 of file MyPlanetStorageProvider.cs.

MaterialOrigin Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Origin

Definition at line 335 of file MyPlanetStorageProvider.cs.

Vector3 Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Position

Definition at line 305 of file MyPlanetStorageProvider.cs.

float Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Slope

Definition at line 308 of file MyPlanetStorageProvider.cs.

Vector2 Sandbox.Engine.Voxels.MyPlanetStorageProvider.SurfacePropertiesExtended.Texcoord

Definition at line 316 of file MyPlanetStorageProvider.cs.


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