Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.DynamicResources.Modules.PatchTool.APatchOrder Class Referenceabstract

Detailed Description

Abstract class that implements bas AP I for patch instructions. Allows to extend patch features with external systems compatibility.

Recommended naming standard is: 'Function'+'PatchOrder'

  • AddComponentPatchOrder
  • RemoveComponentPatchOrder
  • UpdateCustomConponentPatchOrder
Inheritance diagram for Doloro.DataManagement.DynamicResources.Modules.PatchTool.APatchOrder:
Collaboration diagram for Doloro.DataManagement.DynamicResources.Modules.PatchTool.APatchOrder:

Public Member Functions

abstract void Patch (GameObject obj)
 Requesting patch execution for the certain object. More...
 

Public Attributes

ExecutionTime executionTime = ExecutionTime.Awake
 Defines a time when order will be executed.
 
System.DateTime assignationTime
 Time when path was assigned into patch queue.
 

Protected Member Functions

virtual void Awake ()
 Calling during initialization time instead of empty constructor.
 
virtual void Start ()
 Calling as the initialization finish.
 

Properties

virtual string OrderKey [get]
 A key related to the order. Using into UI and searching algorithms. More...
 

Member Function Documentation

◆ Patch()

abstract void Doloro.DataManagement.DynamicResources.Modules.PatchTool.APatchOrder.Patch ( GameObject  obj)
pure virtual

Property Documentation

◆ OrderKey

virtual string Doloro.DataManagement.DynamicResources.Modules.PatchTool.APatchOrder.OrderKey
get

A key related to the order. Using into UI and searching algorithms.

By default return the name of the class with single time removed "Order" and "Patch" words.


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