blockAutoRefresh() | UnigineEditor::AssetManager | static |
copyAssetAsync(const char *asset_path, const char *new_asset_path) | UnigineEditor::AssetManager | static |
copyAssetSync(const char *asset_path, const char *new_asset_path) | UnigineEditor::AssetManager | static |
copyDirectoryAsync(const char *directory_path, const char *new_directory_path) | UnigineEditor::AssetManager | static |
copyDirectorySync(const char *directory_path, const char *new_directory_path) | UnigineEditor::AssetManager | static |
createDirectory(const char *directory_path) | UnigineEditor::AssetManager | static |
createMountPoint(const char *directory_path, const Unigine::Ptr< MountPointParameters > &mount_creation_parameters) | UnigineEditor::AssetManager | static |
generateUniquePath(const char *path) | UnigineEditor::AssetManager | static |
getAssetGUIDFromPath(const char *asset_path) | UnigineEditor::AssetManager | static |
getAssetGUIDs() | UnigineEditor::AssetManager | static |
getAssetGUIDs(Unigine::Vector< Unigine::UGUID > &asset_guids) | UnigineEditor::AssetManager | static |
getAssetGUIDsForDirectory(const char *directory_path) | UnigineEditor::AssetManager | static |
getAssetGUIDsForDirectory(const char *directory_path, Unigine::Vector< Unigine::UGUID > &asset_guids) | UnigineEditor::AssetManager | static |
getAssetImportParameters(const char *asset_path) | UnigineEditor::AssetManager | static |
getAssetPathFromGUID(const Unigine::UGUID &asset_guid) | UnigineEditor::AssetManager | static |
getAssetPaths() | UnigineEditor::AssetManager | static |
getAssetPaths(Unigine::Vector< Unigine::String > &asset_paths) | UnigineEditor::AssetManager | static |
getAssetPathsForDirectory(const char *directory_path) | UnigineEditor::AssetManager | static |
getAssetPathsForDirectory(const char *directory_path, Unigine::Vector< Unigine::String > &asset_paths) | UnigineEditor::AssetManager | static |
getDirectoryPaths(const char *directory_path) | UnigineEditor::AssetManager | static |
getDirectoryPaths(const char *directory_path, Unigine::Vector< Unigine::String > &directory_paths) | UnigineEditor::AssetManager | static |
getDirectoryPathsAll() | UnigineEditor::AssetManager | static |
getDirectoryPathsAll(Unigine::Vector< Unigine::String > &directory_paths) | UnigineEditor::AssetManager | static |
getEventAssetAdded() | UnigineEditor::AssetManager | static |
getEventAssetBeforeRemove() | UnigineEditor::AssetManager | static |
getEventAssetChanged() | UnigineEditor::AssetManager | static |
getEventAssetMoved() | UnigineEditor::AssetManager | static |
getEventAssetRemoved() | UnigineEditor::AssetManager | static |
getEventDirectoryAdded() | UnigineEditor::AssetManager | static |
getEventDirectoryBeforeRemove() | UnigineEditor::AssetManager | static |
getEventDirectoryMoved() | UnigineEditor::AssetManager | static |
getEventDirectoryRemoved() | UnigineEditor::AssetManager | static |
getEventProcessBegin() | UnigineEditor::AssetManager | static |
getEventProcessEnd() | UnigineEditor::AssetManager | static |
getMountPointParameters(const char *directory_path) | UnigineEditor::AssetManager | static |
getRuntimeAlias(const Unigine::UGUID &runtime_guid) | UnigineEditor::AssetManager | static |
getRuntimeGUIDs(const char *asset_path) | UnigineEditor::AssetManager | static |
getRuntimeGUIDs(const char *asset_path, Unigine::Vector< Unigine::UGUID > &runtime_guids) | UnigineEditor::AssetManager | static |
importAssetAsync(const char *asset_path, const Unigine::Ptr< Collection > &import_parameters={}) | UnigineEditor::AssetManager | static |
importAssetSync(const char *asset_path, const Unigine::Ptr< Collection > &import_parameters={}) | UnigineEditor::AssetManager | static |
isAsset(const char *asset_path) | UnigineEditor::AssetManager | static |
isAssetWritable(const char *asset_path) | UnigineEditor::AssetManager | static |
isAutoRefreshBlocked() | UnigineEditor::AssetManager | static |
isDirectory(const char *directory_path) | UnigineEditor::AssetManager | static |
isDirectoryWritable(const char *directory_path) | UnigineEditor::AssetManager | static |
isExist(const char *path) | UnigineEditor::AssetManager | static |
isMountPoint(const char *directory_path) | UnigineEditor::AssetManager | static |
isRuntimePrimary(const Unigine::UGUID &runtime_guid) | UnigineEditor::AssetManager | static |
moveAssetAsync(const char *old_asset_path, const char *new_asset_path) | UnigineEditor::AssetManager | static |
moveAssetSync(const char *old_asset_path, const char *new_asset_path) | UnigineEditor::AssetManager | static |
moveDirectoryAsync(const char *old_directory_path, const char *new_directory_path) | UnigineEditor::AssetManager | static |
moveDirectorySync(const char *old_directory_path, const char *new_directory_path) | UnigineEditor::AssetManager | static |
refreshMountPointAsync(const char *directory_path) | UnigineEditor::AssetManager | static |
reimportAssetAsync(const char *asset_path, const Unigine::Ptr< Collection > &import_parameters={}) | UnigineEditor::AssetManager | static |
reimportAssetSync(const char *asset_path, const Unigine::Ptr< Collection > &import_parameters={}) | UnigineEditor::AssetManager | static |
removeAssetAsync(const char *asset_path) | UnigineEditor::AssetManager | static |
removeAssetSync(const char *asset_path) | UnigineEditor::AssetManager | static |
removeDirectoryAsync(const char *directory_path) | UnigineEditor::AssetManager | static |
removeDirectorySync(const char *directory_path) | UnigineEditor::AssetManager | static |
removeMountPoint(const char *directory_path) | UnigineEditor::AssetManager | static |
renameAssetAsync(const char *asset_path, const char *new_asset_name) | UnigineEditor::AssetManager | static |
renameAssetSync(const char *asset_path, const char *new_asset_name) | UnigineEditor::AssetManager | static |
renameDirectoryAsync(const char *directory_path, const char *new_directory_name) | UnigineEditor::AssetManager | static |
renameDirectorySync(const char *directory_path, const char *new_directory_name) | UnigineEditor::AssetManager | static |
unblockAutoRefresh() | UnigineEditor::AssetManager | static |