Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.DynamicResources.Modules.PatchTool.Stanadard.RemoveComponentPatchOrder Class Reference

Detailed Description

Removing component from the existed resource.

Inheritance diagram for Doloro.DataManagement.DynamicResources.Modules.PatchTool.Stanadard.RemoveComponentPatchOrder:
Collaboration diagram for Doloro.DataManagement.DynamicResources.Modules.PatchTool.Stanadard.RemoveComponentPatchOrder:

Public Member Functions

override void Patch (GameObject obj)
 Removes component from object by the component's full name. More...
 

Public Attributes

string component
 Component class name.
 
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()

override void Doloro.DataManagement.DynamicResources.Modules.PatchTool.Stanadard.RemoveComponentPatchOrder.Patch ( GameObject  obj)
virtual

Removes component from object by the component's full name.

Parameters
objTarget object to patch.

Implements Doloro.DataManagement.DynamicResources.Modules.PatchTool.APatchOrder.

Property Documentation

◆ OrderKey

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

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: