Where can I find good documentation for UI tool kit .
Like right now I want to get a button to do somthing …
//JumpB is a UI button
// Ky is anouther script i'm accessing with a public void of Jumpie
void Update()
{
if(JumpB.onTouchBegan== true) {
Ky.Jumpie();
}