How to get Float value from SCNText iOS?

47 Views Asked by At

I am not getting How to get float value from SCNText.If I print the SCNText.string I am able to see string in SCNText.Now I want like SCNText has float value flowed by characters, my requirement is extract float value from SCNText.I am getting how to extract Float value from SCNText.Please help me.

1

There are 1 best solutions below

1
Warren Burton On

Without being too meta, your render of SCNText is not the data. It's only a drawing on the screen.

The float value must have come from somewhere within your programs data or model.

Don't use the drawing on the screen as data. Use the original data.