- Home /
Is a BoxHandle similar to RadiusHandle possible?
Hey guys,
currently I'm using Handles.RadiusHandle to draw a resizeable Sphere which visualizes the current size of an object. I'm wondering if there's a way to draw a box-handle which works similar. Do I need to completly construct that box out of lines myself, or is there a better way to do that?
Answer by ThermalFusion · Aug 03, 2012 at 11:14 PM
It won't work as a handle, but you could use Gizmos.DrawWireCube (center : Vector3, size : Vector3) with a Gizmos.matrix just before to rotate the cube to get a cube representation.
I know, but as you said, that's not a handle. Thank you anyways
Your answer
Follow this Question
Related Questions
GUI Null Reference Exception? 2 Answers
How to make a combo box 4 Answers
Collision not working 1 Answer
Box Collider Vs Simple Plane Mesh Collider 1 Answer
Simple Colliders Question 1 Answer