NetworkTransform.ClientMoveCallback2D

切换到手册
public delegatebool ClientMoveCallback2D (ref Vector2 position, ref Vector2 velocity, ref float rotation);

参数

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

描述

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