class ParentProjectLocation : AssetBrowserLocation

book_4_sparkGenerated
code_blocksInput

Description

The ParentProjectLocation class is a specialized type of Editor.AssetBrowserLocation used within the s&box environment. It provides methods to navigate and manage directories and files within a project.

Members

Instance Methods

Member Name Summary
CanGoUp Determines if the current location can navigate up to a parent directory.
GetDirectories Retrieves a list of directories within the current location.
GetFiles Retrieves a list of files within the current location.
Clone Creates a copy of the current ParentProjectLocation instance.