|
Open 3D Engine GraphModel Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Satisfies GraphCanvas API requirements for showing int property widgets in nodes. More...
#include <IntegerDataInterface.h>
Inherits NumericDataInterface.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (IntegerDataInterface, AZ::SystemAllocator) | |
| IntegerDataInterface (GraphModel::SlotPtr slot) | |
| double | GetNumber () const |
| void | SetNumber (double value) |
| int | GetDecimalPlaces () const |
| double | GetMin () const |
| double | GetMax () const |
Satisfies GraphCanvas API requirements for showing int property widgets in nodes.