Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRage.Game.MyEncounterId Struct Reference

Public Member Functions

 MyEncounterId (BoundingBoxD box, int seed, int encounterId)
 
override bool Equals (object o)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (MyEncounterId x, MyEncounterId y)
 
static bool operator!= (MyEncounterId x, MyEncounterId y)
 

Public Attributes

BoundingBoxD BoundingBox
 
int Seed
 
int EncounterId
 
Vector3D PlacePosition
 

Detailed Description

Definition at line 10 of file MyObjectBuilder_Encounters.cs.

Constructor & Destructor Documentation

VRage.Game.MyEncounterId.MyEncounterId ( BoundingBoxD  box,
int  seed,
int  encounterId 
)
inline

Definition at line 21 of file MyObjectBuilder_Encounters.cs.

Member Function Documentation

override bool VRage.Game.MyEncounterId.Equals ( object  o)
inline

Definition at line 40 of file MyObjectBuilder_Encounters.cs.

override int VRage.Game.MyEncounterId.GetHashCode ( )
inline

Definition at line 52 of file MyObjectBuilder_Encounters.cs.

static bool VRage.Game.MyEncounterId.operator!= ( MyEncounterId  x,
MyEncounterId  y 
)
inlinestatic

Definition at line 35 of file MyObjectBuilder_Encounters.cs.

static bool VRage.Game.MyEncounterId.operator== ( MyEncounterId  x,
MyEncounterId  y 
)
inlinestatic

Definition at line 29 of file MyObjectBuilder_Encounters.cs.

Member Data Documentation

BoundingBoxD VRage.Game.MyEncounterId.BoundingBox

Definition at line 13 of file MyObjectBuilder_Encounters.cs.

int VRage.Game.MyEncounterId.EncounterId

Definition at line 17 of file MyObjectBuilder_Encounters.cs.

Vector3D VRage.Game.MyEncounterId.PlacePosition

Definition at line 19 of file MyObjectBuilder_Encounters.cs.

int VRage.Game.MyEncounterId.Seed

Definition at line 15 of file MyObjectBuilder_Encounters.cs.


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