【Question】
Can I set position of path constraint by code?
If so, How can I do?
【current status】
spine file
It has one path which has one bone, and this bone's path constraint's position is 35%.code for get path constraint's position
console.log("path constraint's position : " + this.skel?._skeleton.pathConstraints[0].position);
And it is success.