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

Implement Draw.WireCircleSector #55

Open
BasmanovDaniil opened this issue Sep 20, 2018 · 0 comments
Open

Implement Draw.WireCircleSector #55

BasmanovDaniil opened this issue Sep 20, 2018 · 0 comments

Comments

@BasmanovDaniil
Copy link
Member

Create the following methods and appropriate overloads for DebugE, GizmosE and GLE:
WireCircleSectorXY(Vector3 position, float radius)
WireCircleSectorXY(Vector3 position, Quaternion rotation, float radius)
WireCircleSectorXZ(Vector3 position, float radius)
WireCircleSectorXZ(Vector3 position, Quaternion rotation, float radius)
WireCircleSectorYZ(Vector3 position, float radius)
WireCircleSectorYZ(Vector3 position, Quaternion rotation, float radius)

@BasmanovDaniil BasmanovDaniil added this to To do in Draw via automation Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Draw
  
To do
Development

No branches or pull requests

1 participant