Open 3D Engine NvCloth Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <Types.h>
Public Member Functions | |
GenericId (const AZ::u64 value) | |
bool | IsValid () const |
AZ::u64 | GetValue () const |
bool | operator== (const GenericId &id) const |
bool | operator!= (const GenericId &id) const |
bool | operator< (const GenericId &id) const |
Wrapper class to provide type safe id.