Loading...
Searching...
No Matches
PixelCrushers.QuestMachine.QuestAssetModificationProcessor Class Reference

Intercepts modifications to quest assets to update the cached lists in AssetInfoLists. More...

Inheritance diagram for PixelCrushers.QuestMachine.QuestAssetModificationProcessor:
Collaboration diagram for PixelCrushers.QuestMachine.QuestAssetModificationProcessor:

Static Public Member Functions

static void OnWillCreateAsset (string path)
 
static AssetDeleteResult OnWillDeleteAsset (string path, RemoveAssetOptions removeAssetOptions)
 
static AssetMoveResult OnWillMoveAsset (string oldPath, string newPath)
 

Detailed Description

Intercepts modifications to quest assets to update the cached lists in AssetInfoLists.

Member Function Documentation

◆ OnWillCreateAsset()

static void PixelCrushers.QuestMachine.QuestAssetModificationProcessor.OnWillCreateAsset ( string  path)
inlinestatic

◆ OnWillDeleteAsset()

static AssetDeleteResult PixelCrushers.QuestMachine.QuestAssetModificationProcessor.OnWillDeleteAsset ( string  path,
RemoveAssetOptions  removeAssetOptions 
)
inlinestatic

◆ OnWillMoveAsset()

static AssetMoveResult PixelCrushers.QuestMachine.QuestAssetModificationProcessor.OnWillMoveAsset ( string  oldPath,
string  newPath 
)
inlinestatic

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