I've some knowledge in 3d modeling and with c# so I started to create a game with Unity 3D. But it seems my c# skills doesn't use really much. I can't create a new timer, I have to use the "Update"-Function and I also don't know all the new possibilitys Unity 3D has. So my two questions:
Where can I look what the names of the events are? For Example "OnGUI", "FixedUpdate",etc?
Where can I look up all the new methods? Like Object.Angle, .Position , .Speed,...?