Uses of Class
com.raylib.FilePathList
Packages that use FilePathList
-
Uses of FilePathList in com.raylib
Methods in com.raylib that return FilePathListModifier and TypeMethodDescriptionstatic FilePathListFilePathList.allocateArray(long elementCount) Allocate an array of FilePathListstatic FilePathListFilePathList.allocateArray(long elementCount, SegmentAllocator allocator) Allocate an array of FilePathListFilePathList.capacity(int value) Filepaths max entriesFilePathList.count(int value) Filepaths entries countFilePathList.getArrayElement(int index) static FilePathListRaylib.loadDirectoryFiles(Arena arena, String dirPath) Load directory filepathsstatic FilePathListRaylib.loadDirectoryFiles(String dirPath) Load directory filepathsstatic FilePathListRaylib.loadDirectoryFilesEx(Arena arena, String basePath, String filter, boolean scanSubdirs) Load directory filepaths with extension filtering and recursive directory scan.static FilePathListRaylib.loadDirectoryFilesEx(String basePath, String filter, boolean scanSubdirs) Load directory filepaths with extension filtering and recursive directory scan.static FilePathListRaylib.loadDroppedFiles()Load dropped filepathsstatic FilePathListRaylib.loadDroppedFiles(Arena arena) Load dropped filepathsFilePathList.paths(MemorySegment value) Filepaths entriesMethods in com.raylib with parameters of type FilePathListModifier and TypeMethodDescriptionstatic voidRaylib.unloadDirectoryFiles(FilePathList files) Unload filepathsstatic voidRaylib.unloadDroppedFiles(FilePathList files) Unload dropped filepaths