Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.DynamicResources.Modules.PatchTool Namespace Reference

Classes

class  APatchOrder
 Abstract class that implements bas AP I for patch instructions. Allows to extend patch features with external systems compatibility. More...
 
class  APatchOrderEditor
 Base editor for patch orders. More...
 

Enumerations

enum  ExecutionTime { Awake , Start , Manual }
 Defines a time when order will be executed. More...
 

Enumeration Type Documentation

◆ ExecutionTime

Defines a time when order will be executed.

Enumerator
Awake 

Automatically calls Patch handler during Awake call.

Start 

Automatically calls Patch handler during Start call.

Manual 

Executing only via manual call of the Patch handler.