Home > Net >  How achieve Unity click figure, appear next to the text
How achieve Unity click figure, appear next to the text

Time:10-18

Only ready words one by one, don't know how to do it later

CodePudding user response:

Use the event to trigger the
 void onm ouseExit () 
{
The Debug Log (" the mouse left!" );
}

Void onm ouseEnter ()
{
The Debug Log (" the mouse into the!" );
}

Void onm ouseDown ()
{
The Debug Log (" mouse click!" );
}
  •  Tags:  
  • C #
  • Related