Input.GetMouseButtonUp
鼠标抬起的那一帧返回 true
定义
public static bool GetMouseButtonUp(int button);
参数名 | 类型 | 必要 | 说明 |
---|---|---|---|
button | int | 是 | 按键对应数字0 :鼠标左键1 :鼠标右键2 :鼠标中键 |
鼠标抬起的那一帧返回 true
public static bool GetMouseButtonUp(int button);
参数名 | 类型 | 必要 | 说明 |
---|---|---|---|
button | int | 是 | 按键对应数字0 :鼠标左键1 :鼠标右键2 :鼠标中键 |