Description
Get the value of a variable in the Variables panel of Kinetic Designer.
Syntax
designer.getVariableValue("VARIABLE NAME");
Parameters
| Parameter | Type | Description |
|---|---|---|
VARIABLE NAME |
String | Specify the name of the Variable to assign the value to |
Return
This function returns the value of the specified Variable.
This value can be of different types, as described below.
Types
This works with the following types : int, float, double, time, string, color, vec2d, vec3d, vec4d, array
Need more help with this?
Don’t hesitate to contact us here.


