Satisfies GraphCanvas API requirements for showing int property widgets in nodes. More...
#include <IntegerDataInterface.h>
Inherits GraphCanvas::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.