Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Game.World.Generator.MyProceduralCell Class Reference

Public Member Functions

void AddObject (MyObjectSeed objectSeed)
 
 MyProceduralCell (Vector3I cellId, double cellSize)
 
void OverlapAllBoundingSphere (ref BoundingSphereD sphere, List< MyObjectSeed > list, bool clear=false)
 
void OverlapAllBoundingBox (ref BoundingBoxD box, List< MyObjectSeed > list, bool clear=false)
 
void GetAll (List< MyObjectSeed > list, bool clear=true)
 
override int GetHashCode ()
 
override string ToString ()
 

Public Attributes

int proxyId = -1
 

Properties

Vector3I CellId [get]
 
BoundingBoxD BoundingVolume [get]
 

Detailed Description

Definition at line 22 of file MyProceduralWorldGenerator.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.Generator.MyProceduralCell.MyProceduralCell ( Vector3I  cellId,
double  cellSize 
)
inline

Definition at line 45 of file MyProceduralWorldGenerator.cs.

Member Function Documentation

void Sandbox.Game.World.Generator.MyProceduralCell.AddObject ( MyObjectSeed  objectSeed)
inline

Definition at line 39 of file MyProceduralWorldGenerator.cs.

void Sandbox.Game.World.Generator.MyProceduralCell.GetAll ( List< MyObjectSeed list,
bool  clear = true 
)
inline

Definition at line 61 of file MyProceduralWorldGenerator.cs.

override int Sandbox.Game.World.Generator.MyProceduralCell.GetHashCode ( )
inline

Definition at line 66 of file MyProceduralWorldGenerator.cs.

void Sandbox.Game.World.Generator.MyProceduralCell.OverlapAllBoundingBox ( ref BoundingBoxD  box,
List< MyObjectSeed list,
bool  clear = false 
)
inline

Definition at line 56 of file MyProceduralWorldGenerator.cs.

void Sandbox.Game.World.Generator.MyProceduralCell.OverlapAllBoundingSphere ( ref BoundingSphereD  sphere,
List< MyObjectSeed list,
bool  clear = false 
)
inline

Definition at line 51 of file MyProceduralWorldGenerator.cs.

override string Sandbox.Game.World.Generator.MyProceduralCell.ToString ( )
inline

Definition at line 71 of file MyProceduralWorldGenerator.cs.

Member Data Documentation

int Sandbox.Game.World.Generator.MyProceduralCell.proxyId = -1

Definition at line 36 of file MyProceduralWorldGenerator.cs.

Property Documentation

BoundingBoxD Sandbox.Game.World.Generator.MyProceduralCell.BoundingVolume
get

Definition at line 31 of file MyProceduralWorldGenerator.cs.

Vector3I Sandbox.Game.World.Generator.MyProceduralCell.CellId
get

Definition at line 25 of file MyProceduralWorldGenerator.cs.


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