Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project class #76

Closed
CYH2385474478 opened this issue Feb 22, 2023 · 1 comment · Fixed by #96
Closed

Project class #76

CYH2385474478 opened this issue Feb 22, 2023 · 1 comment · Fixed by #96
Assignees
Labels
Feature New feature or request
Milestone

Comments

@CYH2385474478
Copy link
Contributor

CYH2385474478 commented Feb 22, 2023

private:
assetManager;

public:

  • openProject(str: path) -> status_code
    • json{}
    • {
    • "name": "demo"
    • "assets": {
    • "models": []
    • "textures": []
    • }
    • }
  • newProject()
  • deleteAssets{
  • assetsMana.delet();
  • }
@CYH2385474478 CYH2385474478 added the Feature New feature or request label Feb 22, 2023
@xmmmmmovo
Copy link
Owner

asset: ""

@xmmmmmovo xmmmmmovo linked a pull request Feb 26, 2023 that will close this issue
@xmmmmmovo xmmmmmovo added this to the Iteration 1 milestone Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants