Coordinate System
World coordinate system
Cocos Creator 3D's world coordinate system uses a Cartesian right-handed coordinate system with the origin occuring at the lower left corner, x to the right, y to the top, and z to the outside.
Screen coordinate system
The origin of the screen coordinate system is the bottom left corner of the screen, with x to the right and y to the top.
Continue to the Scene Structure documentation.