Search Unity

what are the main FUNCTIONS in the manual/api sheets?

Discussion in 'Scripting' started by smokingbunny, Jan 28, 2015.

  1. smokingbunny

    smokingbunny

    Joined:
    Jul 24, 2014
    Posts:
    98
    hello all,

    this is just a quick question, but i cant find an API sheet on the main FUNCTIONS for UNITY.
    im asking because im planning a new plugin for a text editor i use, want to make it as smart as possible, but not use MONODEVELOP, because that really is too sluggish. its nice, but needs heavy updating i feel.

    but what are the main FUNCTIONS in UNITY?
    i know
    • Update()
    • Start()
    • Awake()
    • Update()
    • FixedUpdate()
    • OnTouch()? [maybe, not sure]

    but those are the ones i use most, but obviously those are not the only ones, but i cant find where the others are. i have checked the API, both online and offline version [just in case] but cant see a sheet that just has these separate describing what they are.
    so what are the others? OR, if you know where they are, can you please let me know just so i can look at them - then that would be great

    that would really help... thanks
     
  2. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
  3. smokingbunny

    smokingbunny

    Joined:
    Jul 24, 2014
    Posts:
    98
    i actually just found int as this message came up.
    i completely forgot about the MONOBEHAVIOUR. never crossed my mind at all

    thanks a bunch ;)

    TO CODING. HO!!!