You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to issue #18 where a new mechanism for querying packages was introduced.
This mechanism for querying packages works by exporting the folder structure of the assets and using this to construct a virtual folder structure API (e.g. IDirectory.Parent, IDirectory.GetDirectories(), e.t.c).
Consumers of this API can display the contents of a package using a tree view or load all of the resources in a directory.
The project explorer will have access to additional directory-related APIs for copying, renaming, deleting and duplicating directories. This is useful for the content explorer described in #20.
These virtual folders could expose APIs for copying the content of the package to disk.
Similar to issue #18 where a new mechanism for querying packages was introduced.
This mechanism for querying packages works by exporting the folder structure of the assets and using this to construct a virtual folder structure API (e.g.
IDirectory.Parent
,IDirectory.GetDirectories()
, e.t.c).Consumers of this API can display the contents of a package using a tree view or load all of the resources in a directory.
The project explorer will have access to additional directory-related APIs for copying, renaming, deleting and duplicating directories. This is useful for the content explorer described in #20.
These virtual folders could expose APIs for copying the content of the package to disk.
Tasks
IDirectory
interface for "Package" explorers.IDirectory
interface for "Project" explorers.The text was updated successfully, but these errors were encountered: