Event 事件

A UnityGUI event.

一个UnityGUI事件。

Events correspond to user input (key presses, mouse actions), or are UnityGUI layout or rendering events.

对应于用户输入事件(按键,鼠标行为),或是UnityGUI布局,或渲染事件。

For each event OnGUI is called in the scripts; so OnGUI is potentially called multiple times per frame. Event.current corresponds to "current" event inside OnGUI call.

对于每个事件OnGUI在脚本中被调用;因此OnGUI每帧潜在被调用多次。Event.current对应于在OnGUI里调用当前事件。

参见:EventType

Variables变量

Functions函数

Class Variables类变量

Class Functions类函数

最后修改:2010年12月31日 Friday 23:10

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。