GetPos(obj, vec3, rot) Gets the position and rotation of object. void getPos(this obj object, out vec3 position, out rot rotation) Parameters object Type: obj position Modifiers: out Type: vec3 object's position. rotation Modifiers: out Type: rot object's rotation. Related setPos(obj,vec3) setPos(obj,vec3,rot)