How to get values of VEC4 in widget
Oct 30, 2016
08:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 30, 2016
08:41 PM
How to get values of VEC4 in widget
Hey, I cant figure out how can i get data from vec4 baseType. My code is like:
props['PaneBGColorLinear'+a] = {
description: 'X1,Y1,X2,Y1 for linear gradient',
baseType: 'VEC4',
defaultValue: '0,0,0,0',
};
var vec = this.getPropertyEx('PaneBGColorLinear'+b);
bgColor = { x1: vec.x, y1: vec.y, x2: vec.z, y2: vec.w };
Labels:
- Labels:
-
ThingWorx for Universities
0 REPLIES 0
