Version: 2018.1
public delegatebool ClientMoveCallback2D (ref Vector2 position, ref Vector2 velocity, ref float rotation);

パラメーター

positionクライアントから送信された新しい位置
velocityクライアントから送信された新しい速度
rotationクライアントから送信された新しい回転

説明

NetworkTransform 上にある clientMoveCallback2D のコールバック関数の動きを検証するためにデリゲート(delegate)を使用します。