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

USDZExporter naming consistency #28050

Closed
mjurczyk opened this issue Apr 2, 2024 · 0 comments
Closed

USDZExporter naming consistency #28050

mjurczyk opened this issue Apr 2, 2024 · 0 comments
Milestone

Comments

@mjurczyk
Copy link
Contributor

mjurczyk commented Apr 2, 2024

Description

Consistency note - USDZExporter seems to currently have only the async parse() method - which, looking at other loaders, should be named async parseAsync, and have a callback-based alternative parse(input, onDone, onError, options) ?

Solution

Rename USDZExporter.parse to USDZExporter.parseAsync
Add USDZExporter.parse

Alternatives

n/a

Additional context

No response

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

No branches or pull requests

3 participants