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.
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.
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. |