Stores information to draw the debug shape rectangle. More...
Public Attributes | |
FPVector3 | Center |
The world position of the rectangle center. More... | |
ColorRGBA | Color |
The color of the rectangle. More... | |
bool | Is2D |
Indicates that the capsule is 2D. More... | |
FPQuaternion | Rotation |
The rotation of the rectangle. More... | |
FP | Rotation2D |
The rotation of the rectangle in 2D. More... | |
FPVector3 | Size |
The size of the rectangle. More... | |
bool | Wire |
Draw the rectangle as a wireframe. More... | |
Stores information to draw the debug shape rectangle.
FPVector3 Quantum.Draw.DebugRectangle.Size |
The size of the rectangle.
FPVector3 Quantum.Draw.DebugRectangle.Center |
The world position of the rectangle center.
FPQuaternion Quantum.Draw.DebugRectangle.Rotation |
The rotation of the rectangle.
FP Quantum.Draw.DebugRectangle.Rotation2D |
The rotation of the rectangle in 2D.
ColorRGBA Quantum.Draw.DebugRectangle.Color |
The color of the rectangle.
bool Quantum.Draw.DebugRectangle.Wire |
Draw the rectangle as a wireframe.
bool Quantum.Draw.DebugRectangle.Is2D |
Indicates that the capsule is 2D.