-
Can’t reference self position with valueAtTime
I thought position[0] would be 200(time>=2)but wouldn’t.
Position[0] is 1234.2
why?
thanksif(time<2){
x=time*200;
[x,value[1]];
}else {
transform.position.valueAtTime(1);
}
I thought position[0] would be 200(time>=2)but wouldn’t.
Position[0] is 1234.2
why?
thanks
if(time<2){
x=time*200;
[x,value[1]];
}else {
transform.position.valueAtTime(1);
}
We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy