标签:des style io ar color 使用 sp strong on
下面是官方解释以及其翻译大意:
A more complex move function taking absolute movement deltas.
Attempts to move the controller by motion
, the motion will only be constrained by collisions. It will slide along colliders. CollisionFlags is
the summary of collisions that occurred during the Move. This function does not apply any gravity.
角色移动只受到碰撞的约束。角色遇到碰撞时将会沿着碰撞盒滑动(你懂得)。返回值是对移动过程中遇到的碰撞信息的汇总。Move函数并不使用重力。
Moves the character with speed
.
Velocity along the y-axis is ignored. Speed is in meters/s. Gravity is automatically applied. Returns if the character is grounded. It is recommended that you make only one call to Move or SimpleMove per frame.
[unity-16] Character Controller的Move和SimpleMove的区别
标签:des style io ar color 使用 sp strong on
原文地址:http://blog.csdn.net/alexander_xfl/article/details/41419723