Dlib FaceLandmark Detector 1.4.1
Enox Software
|
This is the complete list of members for DlibFaceLandmarkDetector.UnityUtils.Utils, including all inherited members.
getFilePath(string filepath, bool refresh=false, int timeout=0) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
getFilePathAsync(string filepath, Action< string > completed, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
getFilePathAsyncTask(string filepath, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
getMultipleFilePaths(IReadOnlyList< string > filepaths, bool refresh=false, int timeout=0) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
getMultipleFilePathsAsync(IReadOnlyList< string > filepaths, Action< IReadOnlyList< string > > allCompleted, Action< string > completed=null, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
getMultipleFilePathsAsyncTask(IReadOnlyList< string > filepaths, Action< string > completed=null, Action< string, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
getVersion() | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
setDebugMode(bool debugMode, bool throwException=false, Action< string > callback=null) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |