I know in the tutorial it says what data types are valid, but I cannot get it to recognise Double.
(but it does recognise Float instead, but won't allow decimal places).
#DesignerProperty: Key: FloatExample, DisplayName: Float Test, FieldType: Float, DefaultValue: 0, Description: Example of a Float property.
In fact it also suffers from the typical float value storage problem (0.15 ends up as 0.15000000596046448) . I would probably use a string value and cast it to a Double when reading.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.