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

Some debug draw methods are hidden #6082

Closed
LeXXik opened this issue Feb 22, 2024 · 1 comment
Closed

Some debug draw methods are hidden #6082

LeXXik opened this issue Feb 22, 2024 · 1 comment

Comments

@LeXXik
Copy link
Contributor

LeXXik commented Feb 22, 2024

Some of the debug draw methods are hidden from docs. Is this intentional?

* app.drawWireSphere(center, 1.0, pc.Color.RED);
* @ignore
*/
drawWireSphere(center, radius, color = Color.WHITE, segments = 20, depthTest = true, layer = this.scene.defaultDrawLayer) {
this.scene.immediate.drawWireSphere(center, radius, color, segments, depthTest, layer);
}

@mvaligursky
Copy link
Contributor

yes, till this is done #6024

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

No branches or pull requests

2 participants