Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock > Struct Template Reference
Inheritance diagram for Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >:

Public Member Functions

 MyFatBlockReader (MyCubeGrid grid)
 
MyFatBlockReader< TBlock > GetEnumerator ()
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Public Attributes

HashSet< MySlimBlock >.Enumerator m_enumerator
 

Properties

TBlock Current [get]
 
object System.Collections.IEnumerator. Current [get]
 

Detailed Description

Type Constraints
TBlock :MyCubeBlock 

Definition at line 8 of file MyFatBlockReader.cs.

Constructor & Destructor Documentation

Definition at line 13 of file MyFatBlockReader.cs.

Member Function Documentation

void Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.Dispose ( )
inline

Definition at line 28 of file MyFatBlockReader.cs.

MyFatBlockReader<TBlock> Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.GetEnumerator ( )
inline

Definition at line 18 of file MyFatBlockReader.cs.

bool Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.MoveNext ( )
inline

Definition at line 38 of file MyFatBlockReader.cs.

void Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.Reset ( )
inline

Definition at line 49 of file MyFatBlockReader.cs.

Member Data Documentation

HashSet<MySlimBlock>.Enumerator Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.m_enumerator

Definition at line 11 of file MyFatBlockReader.cs.

Property Documentation

TBlock Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.Current
get

Definition at line 24 of file MyFatBlockReader.cs.

object System.Collections.IEnumerator. Sandbox.Game.Entities.Cube.MyFatBlockReader< TBlock >.Current
get

Definition at line 34 of file MyFatBlockReader.cs.


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