Open 3D Engine WhiteBox Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
WhiteBox::PolygonIntersection Struct Reference

The closest polygon returned after performing a ray intersection. More...

#include <EditorWhiteBoxComponentModeTypes.h>

Public Member Functions

Api::PolygonHandle GetHandle () const
 

Public Attributes

PolygonBoundWithHandle m_closestPolygonWithHandle
 Polygon and corresponding handle.
 
Intersection m_intersection
 Intersection information (distance and position).
 
Api::FaceHandle m_pickedFaceHandle
 The individual face that was picked.
 

Detailed Description

The closest polygon returned after performing a ray intersection.


The documentation for this struct was generated from the following file: