9 #ifndef RAMSES_DATAINT32_H
10 #define RAMSES_DATAINT32_H
46 friend class SceneImpl;
#define RAMSES_API
Definition: APIExport.h:35
The DataInt32 data object stores an 32-bit integer value within a scene.
Definition: DataInt32.h:22
status_t getValue(int32_t &value) const
Gets the stored value.
status_t setValue(int32_t value)
Sets/updates the stored value.
virtual ~DataInt32()
Destructor of the DataInt32.
DataInt32(DataObjectImpl &pimpl)
Constructor of DataInt32.
The DataObject is a base class for data container for storing data in a scene.
Definition: DataObject.h:29
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
uint32_t status_t
Status is a handle to the result of an API call.
Definition: RamsesFrameworkTypes.h:26