Hi, I was getting a bit frustrated with the API docs and what methods MIGHT be available on components so I decided to write up a little script to extract the details in the classes. I've attached a node that looks at some of the classes like Entity, Vec3, Physics etc. Import the asset and look at the script node. You might need to edit it if you want to look at a specific class I've not added. Hope it is useful to someone. I found some details I didn't know were there. Here is an example of what it outputs.
Awesome!!!!!!!!!! If anyones looking for Scene Methods .. Add this ! log('### Scene Properties ###'); whatAmI(Scene.prototype); logProperties(Scene.prototype)