Threejs editor problem

threejs editor
image
How can I implement these values in my code I don’t want to use editor generated code
forexample my code
mesh = new THREE.Mesh(geometry, material);
mesh.position.z = 0;
mesh.position.x = 0;
mesh.position.y = 0;
mesh.rotation.x = 0;
mesh.rotation.y = 0;
mesh.rotation.z = 0;

I also try to output editor object properties why is has q and cb

Sorry, it’s not clear what you are asking for. Do you want to change transformation properties in editor scripts? Or are you talking about the published project.

You probably use the minified version of three.js.

I Write own code Achieve the editor inside the effect such as position and rotation

not use publish in editor