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::LinearManipulator::StartTransition Struct Reference

Data passed between the initial press and first movement of the linear manipulator. More...

#include <LinearManipulator.h>

Public Attributes

AZ::Vector3 m_localNormal
 The normal in local space of the manipulator when the mouse down event happens.
 
float m_screenToWorldScale
 

Detailed Description

Data passed between the initial press and first movement of the linear manipulator.

Member Data Documentation

◆ m_screenToWorldScale

float AzToolsFramework::LinearManipulator::StartTransition::m_screenToWorldScale

Used to scale movement based on camera distance if we want screen space instead of world space displacement.


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