|
readonly Action | OnCompleteDelegate |
|
bool | IsValid |
| Invalid tasks finishes normally and restarts afterwards. Even if results are not valid, they may still be useful. More...
|
|
Definition at line 11 of file MyPrecalcJob.cs.
Sandbox.Engine.Voxels.MyPrecalcJob.MyPrecalcJob |
( |
bool |
enableCompletionCallback | ) |
|
|
inlineprotected |
abstract void Sandbox.Engine.Voxels.MyPrecalcJob.Cancel |
( |
| ) |
|
|
pure virtual |
virtual void Sandbox.Engine.Voxels.MyPrecalcJob.DebugDraw |
( |
Color |
c | ) |
|
|
inlinevirtual |
abstract void Sandbox.Engine.Voxels.MyPrecalcJob.DoWork |
( |
| ) |
|
|
pure virtual |
virtual void Sandbox.Engine.Voxels.MyPrecalcJob.OnComplete |
( |
| ) |
|
|
inlineprotectedvirtual |
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 |
virtual bool Sandbox.Engine.Voxels.MyPrecalcJob.IsCanceled |
|
get |
virtual int Sandbox.Engine.Voxels.MyPrecalcJob.Priority |
|
get |
The documentation for this class was generated from the following file: