EyeonTips:Script/Reference/Applications/Fuse/Classes/Input/GetValue

From VFXPedia

Jump to: navigation, search
  • GetValue() returns an object (a subclass of the Parameter class). To get the value as a variable that LUA can process further or compare to other data types, use the corresponding member of the returned object:
Number .Value returns a float variable
Point .X and .Y returns float values of the x and y coordinates
Text .Value returns a string variable
FuID .Value returns a string variable containing the ID