bool SetFloatData(unsigned int tag, float t) bool SetFloatData(const char *tag, float t)
These methods store and associate single precision floating point values passed as the second argument with the data tag provided as the first argument. The methods are provided for convenience and are functionally equivalent to calls to SetData where the template argument is a single precision floating point number.