List with all functions and commands for C#

Hey people, maybe this is a stupid question, but i have seen a lot of tutorials for C# but i dont want to do all things they show me there. I want to try some own ideas for learning, but i have no idea what functions and commands are there in Unity-C# in comparison to normal C#. Are they all the same or are some missing and some new there?
And if this is so, is there a list with all of them?

Thank you for Help.
TimeTraveler

2 Likes

You can follow: Basics: http://docs.unity3d.com/Documentation/ScriptReference/
And Unity Classes: http://docs.unity3d.com/Documentation/ScriptReference/Transform.html (Runtime Classes, On Left hand side)

4 Likes

Ok, thanks. its very nice. I think i will use that often.

Cheers

c# doesn’t have commands, it has methods. Commands are something you issue, methods are something you use.

ok, thanks. I am new in that Language and so i don’t know the right terms for it.

Thanks from here, it’s also helpful for me! Thanks a lot!

Please don’t necro ancient old threads.
This thread is 17 years old.

2 Likes

I can’t get my collectibles working.

Post an own thread with code

2 Likes