Version: 2017.1

NetworkTransform.ClientMoveCallback2D

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

参数

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

描述

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