Perspective Components' Value Binding

Not sure why you would use a script transform for this, from memory they are slower to run, so they will hog more resources in bulk.

I would just do it with an expression:

{value} + ' m/s'

Supposed to run faster, and it's simpler to read.

2 Likes