Space Engineers
Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
Sandbox.Engine.Voxels.MyPrecalcJob Class Referenceabstract
Inheritance diagram for Sandbox.Engine.Voxels.MyPrecalcJob:
Sandbox.Engine.Physics.MyBreakableShapeCloneJob

Public Member Functions

abstract void DoWork ()
 
abstract void Cancel ()
 
virtual void DebugDraw (Color c)
 

Public Attributes

readonly Action OnCompleteDelegate
 
bool IsValid
 Invalid tasks finishes normally and restarts afterwards. Even if results are not valid, they may still be useful. More...
 

Protected Member Functions

 MyPrecalcJob (bool enableCompletionCallback)
 
virtual void OnComplete ()
 

Properties

virtual bool IsCanceled [get]
 
WorkOptions Options [get]
 
virtual int Priority [get]
 

Detailed Description

Definition at line 11 of file MyPrecalcJob.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Voxels.MyPrecalcJob.MyPrecalcJob ( bool  enableCompletionCallback)
inlineprotected

Definition at line 23 of file MyPrecalcJob.cs.

Member Function Documentation

abstract void Sandbox.Engine.Voxels.MyPrecalcJob.Cancel ( )
pure virtual
virtual void Sandbox.Engine.Voxels.MyPrecalcJob.DebugDraw ( Color  c)
inlinevirtual

Definition at line 46 of file MyPrecalcJob.cs.

abstract void Sandbox.Engine.Voxels.MyPrecalcJob.DoWork ( )
pure virtual
virtual void Sandbox.Engine.Voxels.MyPrecalcJob.OnComplete ( )
inlineprotectedvirtual

Reimplemented in Sandbox.Engine.Physics.MyBreakableShapeCloneJob.

Definition at line 34 of file MyPrecalcJob.cs.

Member Data Documentation

bool Sandbox.Engine.Voxels.MyPrecalcJob.IsValid

Invalid tasks finishes normally and restarts afterwards. Even if results are not valid, they may still be useful.

Definition at line 19 of file MyPrecalcJob.cs.

readonly Action Sandbox.Engine.Voxels.MyPrecalcJob.OnCompleteDelegate

Definition at line 13 of file MyPrecalcJob.cs.

Property Documentation

virtual bool Sandbox.Engine.Voxels.MyPrecalcJob.IsCanceled
get

Definition at line 21 of file MyPrecalcJob.cs.

WorkOptions Sandbox.Engine.Voxels.MyPrecalcJob.Options
get

Definition at line 40 of file MyPrecalcJob.cs.

virtual int Sandbox.Engine.Voxels.MyPrecalcJob.Priority
get

Definition at line 44 of file MyPrecalcJob.cs.


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