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::ViewportInteraction::MousePick Struct Reference

Data representing a mouse pick ray. More...

#include <ViewportTypes.h>

Public Attributes

AZ::Vector3 m_rayOrigin = AZ::Vector3::CreateZero()
 World space.
 
AZ::Vector3 m_rayDirection = AZ::Vector3::CreateZero()
 World space - normalized.
 
AzFramework::ScreenPoint m_screenCoordinates = {}
 Screen space.
 

Detailed Description

Data representing a mouse pick ray.


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