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

Public Member Functions

void AddCube (Vector3I pos)
 
void AddCubeRegion (Vector3I min, Vector3I max)
 Adds dirty region, min and max are inclusive More...
 
void Clear ()
 

Public Attributes

HashSet< Vector3ICubes = new HashSet<Vector3I>()
 

Properties

bool IsDirty [get]
 

Detailed Description

Definition at line 9 of file MyDirtyRegion.cs.

Member Function Documentation

void Sandbox.Game.Entities.Cube.MyDirtyRegion.AddCube ( Vector3I  pos)
inline

Definition at line 14 of file MyDirtyRegion.cs.

void Sandbox.Game.Entities.Cube.MyDirtyRegion.AddCubeRegion ( Vector3I  min,
Vector3I  max 
)
inline

Adds dirty region, min and max are inclusive

Definition at line 22 of file MyDirtyRegion.cs.

void Sandbox.Game.Entities.Cube.MyDirtyRegion.Clear ( )
inline

Definition at line 42 of file MyDirtyRegion.cs.

Member Data Documentation

HashSet<Vector3I> Sandbox.Game.Entities.Cube.MyDirtyRegion.Cubes = new HashSet<Vector3I>()

Definition at line 11 of file MyDirtyRegion.cs.

Property Documentation

bool Sandbox.Game.Entities.Cube.MyDirtyRegion.IsDirty
get

Definition at line 38 of file MyDirtyRegion.cs.


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