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
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.
The text was updated successfully, but these errors were encountered:
Add into "ComponentCollection"
public remove(componentName: string): boolean;
and add parameter into "clear" functionpublic clear(includeInternal?: boolean): void
Now,
ComponentCollection.Instance.clear();
will not clear internal components that requried by Creator to functional properly.The text was updated successfully, but these errors were encountered: