Open 3D Engine AzToolsFramework 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.
AzToolsFramework::Picking::RaySelectInfo Struct Reference

Ray query for intersection against bounds. More...

#include <ContextBoundAPI.h>

Public Attributes

AZ::Vector3 m_origin
 Start of ray.
 
AZ::Vector3 m_direction
 Direction of ray - make sure m_direction is unit length.
 
AZStd::vector< AZStd::pair< RegisteredBoundId, float > > m_boundIdsHit
 

Detailed Description

Ray query for intersection against bounds.

Member Data Documentation

◆ m_boundIdsHit

AZStd::vector<AZStd::pair<RegisteredBoundId, float> > AzToolsFramework::Picking::RaySelectInfo::m_boundIdsHit

Store the id of the intersected bound and the parameter of the corresponding intersecting point.


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