Open 3D Engine WhiteBox Gem 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.
WhiteBox::Api::AppendedPolygonHandles Struct Reference

Stores all relevant created/modified polygon handles from an append operation. More...

#include <WhiteBoxToolApi.h>

Public Attributes

PolygonHandle m_appendedPolygonHandle
 
RestoredPolygonHandlePairs m_restoredPolygonHandles
 

Detailed Description

Stores all relevant created/modified polygon handles from an append operation.

Member Data Documentation

◆ m_appendedPolygonHandle

PolygonHandle WhiteBox::Api::AppendedPolygonHandles::m_appendedPolygonHandle

The primary new polygon handle that was created (usually the one being interacted with).

◆ m_restoredPolygonHandles

RestoredPolygonHandlePairs WhiteBox::Api::AppendedPolygonHandles::m_restoredPolygonHandles

A collection of the connected polygon handles to the primary polygon handle that may have been deleted and then re-added.


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