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

Detailed Description

Removing properties from entire IPropertiesProvider implementing instances at the game object.

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

Public Member Functions

override void Patch (GameObject obj)
 Removes properties with declared paths from entire components with implemented IPropertiesProvider interface. More...
 

Public Attributes

string[] propertiesToRemove = new string[0]
 Collection of property bundle.key directories to remove.
 
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.AssetPropertiesRemovePatchOrder.Patch ( GameObject  obj)
virtual

Removes properties with declared paths from entire components with implemented IPropertiesProvider interface.

Parameters
objTarget object.

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: