File Change Monitoring Interface to the file change monitoring.
Public Member Functions | |
AddFileToMonitor (str pFilePath, FBFileMonitoringType pFileMonitoringType) | |
Add file to monitor. | |
RemoveFileFromMonitor (str pFilePath) | |
Remove file from monitoring. | |
PauseFileMonitoring (bool pPause=True) | |
Pause file from monitoring. | |
CleanFileMonitoring () | |
Clean files and directories currently been monitored. | |
FBFileMonitoringManager | TheOne () |
Get the global object for this class. | |
Public Attributes | |
FBPropertyEvent | OnFileChangeMainScene |
Event: Main scene file change event. | |
FBPropertyEvent | OnFileChangeAnimationClip |
Event: Animation clip file change event. | |
FBPropertyEvent | OnFileChangeFileReference |
Event: File Reference file change event. |
AddFileToMonitor | ( | str | pFilePath, |
FBFileMonitoringType | pFileMonitoringType | ||
) |
Add file to monitor.
pFilePath | The file path to monitor. |
pFileMonitoringType | The monitor type of this file. |
RemoveFileFromMonitor | ( | str | pFilePath | ) |
Remove file from monitoring.
pFilePath | The file path to be removed. |
PauseFileMonitoring | ( | bool | pPause = True | ) |
Pause file from monitoring.
pPause | Pause the file monitoring, or resume. |
CleanFileMonitoring | ( | ) |
Clean files and directories currently been monitored.
FBFileMonitoringManager TheOne | ( | ) |
FBPropertyEvent OnFileChangeMainScene |
Event: Main scene file change event.
FBPropertyEvent OnFileChangeAnimationClip |
Event: Animation clip file change event.
FBPropertyEvent OnFileChangeFileReference |
Event: File Reference file change event.