What's the command to list all the available methods ?

For example, I hope to list all the available methods of the camera (fov, pos…etc), is there a way to do it?

Thanks.

Well, you could try looking in the auto-generated documentation on this website. :slight_smile:

But the way to do this within python is dir(object) .

David

Thanks!

I usded to look into the “List of Methods” one but today something just showed me how to use “List of Classes” correctly.

What a big surprise~ :smiley: