Stores information to draw the debug shape circle. More...
Public Attributes | |
FPVector3 | Center |
The world position of the circle center. More... | |
ColorRGBA | Color |
The circle color. More... | |
FP | Radius |
The circle radius. More... | |
FPQuaternion | Rotation |
The rotation of the circle when drawing in 3D. More... | |
bool | Wire |
Draw the circle as a wireframe. More... | |
Stores information to draw the debug shape circle.
FP Quantum.Draw.DebugCircle.Radius |
The circle radius.
FPVector3 Quantum.Draw.DebugCircle.Center |
The world position of the circle center.
FPQuaternion Quantum.Draw.DebugCircle.Rotation |
The rotation of the circle when drawing in 3D.
ColorRGBA Quantum.Draw.DebugCircle.Color |
The circle color.
bool Quantum.Draw.DebugCircle.Wire |
Draw the circle as a wireframe.