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

ComponentCollection add "remove" function and "internal" boolean property into interface #7300

Closed
andrewtelnov opened this issue Nov 7, 2023 · 0 comments · Fixed by #7301
Assignees
Milestone

Comments

@andrewtelnov
Copy link
Member

Add into "ComponentCollection"
public remove(componentName: string): boolean; and add parameter into "clear" function
public clear(includeInternal?: boolean): void
Now, ComponentCollection.Instance.clear(); will not clear internal components that requried by Creator to functional properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants