Version: 2017.3
public delegatebool ClientMoveCallback3D (ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation);

パラメーター

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

説明

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