Version: 2017.1

NetworkTransform.ClientMoveCallback3D

切换到手册
public delegatebool ClientMoveCallback3D (ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation);

参数

position 客户端中的新位置。
velocity 客户端中的新速度。
rotation 客户端中的新旋转。

描述

这是用于 NetworkTransforms 上的移动验证回调函数 clientMoveCallback3D 的委托。