Space Engineers
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Sandbox.Game.Entities.Cube.MyEntityOreDeposit Class Reference

Classes

struct  Data
 
class  TypeComparer
 

Public Member Functions

 MyEntityOreDeposit (MyVoxelBase voxelMap, Vector3I cellCoord)
 

Public Attributes

MyVoxelBase VoxelMap
 
Vector3I CellCoord
 
readonly List< DataMaterials = new List<Data>()
 

Static Public Attributes

static readonly TypeComparer Comparer = new TypeComparer()
 

Detailed Description

Definition at line 22 of file MyOreDetectorComponent.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.Cube.MyEntityOreDeposit.MyEntityOreDeposit ( MyVoxelBase  voxelMap,
Vector3I  cellCoord 
)
inline

Definition at line 39 of file MyOreDetectorComponent.cs.

Member Data Documentation

Vector3I Sandbox.Game.Entities.Cube.MyEntityOreDeposit.CellCoord

Definition at line 36 of file MyOreDetectorComponent.cs.

readonly TypeComparer Sandbox.Game.Entities.Cube.MyEntityOreDeposit.Comparer = new TypeComparer()
static

Definition at line 59 of file MyOreDetectorComponent.cs.

readonly List<Data> Sandbox.Game.Entities.Cube.MyEntityOreDeposit.Materials = new List<Data>()

Definition at line 37 of file MyOreDetectorComponent.cs.

MyVoxelBase Sandbox.Game.Entities.Cube.MyEntityOreDeposit.VoxelMap

Definition at line 35 of file MyOreDetectorComponent.cs.


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