رویدادهای ماوس در یونیتی
يكشنبه, ۴ مرداد ۱۳۹۴، ۰۲:۱۸ ب.ظ
// Detects clicks from the mouse and prints a message // depending on the click detected. function Update() { if(Input.GetMouseButton(0)) Debug.Log("Pressed left click."); if(Input.GetMouseButton(1)) Debug.Log("Pressed right click."); if(Input.GetMouseButton(2)) Debug.Log("Pressed middle click."); }
۹۴/۰۵/۰۴
اگه بخایم در مسیر کلیک موس آجکت حرکت کنه باید چیکار کنیم. مقصود مکان کلیک نیست. یعنی هر جا که آبجت هست با توجه با تظیمات سرعت که از قبل دادیم فقط در مسیر کلیک موس حرکت کنه