Dlib FaceLandmark Detector 2.0.0
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, float > progressChanged=null, Action< string, string, long > errorOccurred=null, bool refresh=false, int timeout=0, CancellationToken cancellationToken=default) | 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 |
getFilePathCoroutine(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 |
getFilePathTaskAsync(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< 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 |
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 |
getMultipleFilePathsCoroutine(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 |
getMultipleFilePathsTaskAsync(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 |
isDebugMode() | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
isThrowException() | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
setDebugMode(bool debugMode, bool throwException=false) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |
setDebugMode(bool debugMode, bool throwException, Action< string > callback) | DlibFaceLandmarkDetector.UnityUtils.Utils | static |