Change Orthographic Zoom via render script

Is it possible to change the orthographic zoom in the render script? If so I can’t figure it out.

I have a camera GO wiht the camera component under it. I have it set as follows:
image

I want to know how to change the Orthographic zoom value in the render script as I’m already doing things in the render script and would rather keep it there.

I am able to do it via a script using go.set, but was hoping to do it directly in the render script.

The camera will send a view and projection matrix based on the camera configuration. You would have to do the calculation of the projection matrix in the render script instead. There is code in the default render script to create an orthographic projection with zoom: