This class represents an OcclusionCullingPlane which is used to cull meshes that are inside the view frustum. More...
#include <OcclusionCullingPlane.h>
Inherits AZ::Data::AssetBus::MultiHandler.
Public Member Functions | |
| void | Init (RPI::Scene *scene) |
| void | SetTransform (const AZ::Transform &transform) |
| const AZ::Transform & | GetTransform () const |
| void | SetEnabled (bool enabled) |
| bool | GetEnabled () const |
| void | ShowVisualization (bool showVisualization) |
| void | SetTransparentVisualization (bool transparentVisualization) |
This class represents an OcclusionCullingPlane which is used to cull meshes that are inside the view frustum.