Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.SessionComponents.MyFloraAreas.AreaData Struct Reference

Public Member Functions

 AreaData (int id, BoundingBoxD box, Dictionary< long, HashSet< int >> items)
 

Public Attributes

readonly int Id
 
readonly BoundingBoxD ForestBox
 
readonly DictionaryReader< long, HashSetReader< int > > ItemIds
 

Detailed Description

Definition at line 27 of file MyFloraAreas.cs.

Constructor & Destructor Documentation

Sandbox.Game.SessionComponents.MyFloraAreas.AreaData.AreaData ( int  id,
BoundingBoxD  box,
Dictionary< long, HashSet< int >>  items 
)
inline

Definition at line 33 of file MyFloraAreas.cs.

Member Data Documentation

readonly BoundingBoxD Sandbox.Game.SessionComponents.MyFloraAreas.AreaData.ForestBox

Definition at line 30 of file MyFloraAreas.cs.

readonly int Sandbox.Game.SessionComponents.MyFloraAreas.AreaData.Id

Definition at line 29 of file MyFloraAreas.cs.

readonly DictionaryReader<long, HashSetReader<int> > Sandbox.Game.SessionComponents.MyFloraAreas.AreaData.ItemIds

Definition at line 31 of file MyFloraAreas.cs.


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