标签:ons sla input ota public oid 官方 解释 float
public static float GetAxis(string axisName);
看下原话解释:
Returns the value of the virtual axis identified by axisName
.
The value will be in the range -1...1 for keyboard and joystick input. If the axis is setup to be delta mouse movement, the mouse delta is multiplied by the axis sensitivity and the range is not -1...1.
This is frame-rate independent; you do not need to be concerned about varying frame-rates when using this value.
标签:ons sla input ota public oid 官方 解释 float
原文地址:http://www.cnblogs.com/redkop/p/7664153.html