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::OptionalFrame Struct Reference

Temporary manipulator frame used during selection. More...

#include <EditorTransformComponentSelection.h>

Public Member Functions

bool HasTranslationOverride () const
 
bool HasOrientationOverride () const
 
bool HasTransformOverride () const
 
void Reset ()
 Clear all state associated with the frame.
 
void ResetPickedTranslation ()
 Clear only picked translation state.
 
void ResetPickedOrientation ()
 Clear only picked orientation state.
 

Public Attributes

AZStd::optional< AZ::Vector3 > m_translationOverride
 Translation override, if set, reset when selection is empty.
 
AZStd::optional< AZ::Quaternion > m_orientationOverride
 Orientation override, if set, reset when selection is empty.
 

Detailed Description

Temporary manipulator frame used during selection.


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