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

パラメーター

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

説明

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