Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Entities.Cube.MyGridPhysics.MyDirtyBlocksInfo Class Reference

Information about dirty (added, removed,...) blocks. More...

Public Member Functions

void Clear ()
 

Public Attributes

List< BoundingBoxIDirtyParts = new List<BoundingBoxI>()
 
HashSet< Vector3IDirtyBlocks = new HashSet<Vector3I>()
 

Detailed Description

Information about dirty (added, removed,...) blocks.

Definition at line 127 of file MyGridPhysics.cs.

Member Function Documentation

void Sandbox.Game.Entities.Cube.MyGridPhysics.MyDirtyBlocksInfo.Clear ( )
inline

Definition at line 137 of file MyGridPhysics.cs.

Member Data Documentation

HashSet<Vector3I> Sandbox.Game.Entities.Cube.MyGridPhysics.MyDirtyBlocksInfo.DirtyBlocks = new HashSet<Vector3I>()

Definition at line 133 of file MyGridPhysics.cs.

List<BoundingBoxI> Sandbox.Game.Entities.Cube.MyGridPhysics.MyDirtyBlocksInfo.DirtyParts = new List<BoundingBoxI>()

Definition at line 130 of file MyGridPhysics.cs.


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