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

Public Member Functions

 MyObjectSeed ()
 
 MyObjectSeed (MyProceduralCell cell, Vector3D position, double size)
 

Public Attributes

MyObjectSeedParams Params = new MyObjectSeedParams()
 
int m_proxyId = -1
 

Properties

BoundingBoxD BoundingVolume [get]
 
float Size [get]
 
MyProceduralCell Cell [get]
 
Vector3I CellId [get]
 
object UserData [get, set]
 

Detailed Description

Definition at line 77 of file MyProceduralWorldGenerator.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.Generator.MyObjectSeed.MyObjectSeed ( )
inline

Definition at line 112 of file MyProceduralWorldGenerator.cs.

Sandbox.Game.World.Generator.MyObjectSeed.MyObjectSeed ( MyProceduralCell  cell,
Vector3D  position,
double  size 
)
inline

Definition at line 116 of file MyProceduralWorldGenerator.cs.

Member Data Documentation

int Sandbox.Game.World.Generator.MyObjectSeed.m_proxyId = -1

Definition at line 81 of file MyProceduralWorldGenerator.cs.

MyObjectSeedParams Sandbox.Game.World.Generator.MyObjectSeed.Params = new MyObjectSeedParams()

Definition at line 79 of file MyProceduralWorldGenerator.cs.

Property Documentation

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

Definition at line 84 of file MyProceduralWorldGenerator.cs.

MyProceduralCell Sandbox.Game.World.Generator.MyObjectSeed.Cell
get

Definition at line 96 of file MyProceduralWorldGenerator.cs.

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

Definition at line 102 of file MyProceduralWorldGenerator.cs.

float Sandbox.Game.World.Generator.MyObjectSeed.Size
get

Definition at line 90 of file MyProceduralWorldGenerator.cs.

object Sandbox.Game.World.Generator.MyObjectSeed.UserData
getset

Definition at line 107 of file MyProceduralWorldGenerator.cs.


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