Displays a polygon with an outline around the edge.
More...
#include <WhiteBoxManipulatorViews.h>
Inherits AzToolsFramework::ManipulatorView.
|
void | Draw (AzToolsFramework::ManipulatorManagerId managerId, const AzToolsFramework::ManipulatorManagerState &managerState, AzToolsFramework::ManipulatorId manipulatorId, const AzToolsFramework::ManipulatorState &manipulatorState, AzFramework::DebugDisplayRequests &debugDisplay, const AzFramework::CameraState &cameraState, const AzToolsFramework::ViewportInteraction::MouseInteraction &mouseInteraction) override |
|
|
AZ::Transform | m_polygonViewOverlapOffset |
|
AZStd::vector< AZ::Vector3 > | m_triangles |
|
Api::VertexPositionsCollection | m_outlines |
|
AZ::Color | m_outlineColor = AZ::Color(1.0f, 1.0f, 0.0f, 1.0f) |
| Yellow.
|
|
AZ::Color | m_fillColor = AZ::Color(1.0f, 1.0f, 0.0f, 0.5f) |
| Yellow.
|
|
Displays a polygon with an outline around the edge.
The documentation for this class was generated from the following file:
- Gems/WhiteBox/Code/Source/Viewport/WhiteBoxManipulatorViews.h