Open priyankaviswan opened 10 years ago
Hi, Am trying to change the position of an monster model added to my plane through code ,but it does not change ,can you please tell me how to change the position of an object attached to plane through code
object.position(1,2,3) will set the position of the object to x=1, y=2, z=3
object.position(1,2,3)
Hi, Am trying to change the position of an monster model added to my plane through code ,but it does not change ,can you please tell me how to change the position of an object attached to plane through code