CenterOnWorldPosition
Center the camera on an arbitrary world position.
Function
CenterOnWorldPosition(x, y, z)
Parameters
- x (number): The x coordinate in worldspace to center on.
- y (number): The y coordinate in worldspace to center on.
- z (number): The z coordinate in worldspace to center on.
Remarks
This function can also just take a single Sym3Vec3 as an argument.