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::ViewBookmark Class Reference

struct that store viewport camera properties that can be serialized and loaded More...

#include <ViewBookmarkLoaderInterface.h>

Public Member Functions

 AZ_CLASS_ALLOCATOR (ViewBookmark, AZ::SystemAllocator)
 
 AZ_TYPE_INFO (ViewBookmark, "{9D6601B9-922F-4E90-BEB2-4D3D709DADD7}")
 
bool operator== (const ViewBookmark &other) const
 
bool operator!= (const ViewBookmark &other) const
 
bool IsZero () const
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZ::Vector3 m_position = AZ::Vector3::CreateZero()
 
AZ::Vector3 m_rotation = AZ::Vector3::CreateZero()
 Rotation in radians.
 

Detailed Description

struct that store viewport camera properties that can be serialized and loaded


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