Пример #1
0
 /// <returns>if the action succeeded (which may remove other actions from queue, due to priority)</returns>
 public bool DoAxis(float value)
 {
     return(axisEvent.DoAxisChange(value));
 }