NetworkTransform.ClientMoveCallback3D

Switch to Manual
public delegatebool ClientMoveCallback3D (ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation);

Parameters

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

Description

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