9 #ifndef RAMSES_DATAFLOAT_H
10 #define RAMSES_DATAFLOAT_H
46 friend class SceneImpl;
#define RAMSES_API
Definition: APIExport.h:35
The DataFloat data object stores a float value within a scene.
Definition: DataFloat.h:22
status_t setValue(float value)
Sets/updates the stored value.
virtual ~DataFloat()
Destructor of the DataFloat.
status_t getValue(float &value) const
Gets the stored value.
DataFloat(DataObjectImpl &pimpl)
Constructor of DataFloat.
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