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::FixedVerticesArray< Vertex, Count > Class Template Reference

Concrete implementation of AZ::FixedVertices backed by an AZStd::array. More...

#include <EditorVertexSelection.h>

Inherits AZ::FixedVertices< Vertex >.

Public Member Functions

 FixedVerticesArray (AZStd::array< Vertex, Count > &array)
 
bool GetVertex (size_t index, Vertex &vertex) const override
 
bool UpdateVertex (size_t index, const Vertex &vertex) override
 
size_t Size () const override
 

Detailed Description

template<typename Vertex, size_t Count>
class AzToolsFramework::FixedVerticesArray< Vertex, Count >

Concrete implementation of AZ::FixedVertices backed by an AZStd::array.


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