This version of Unity is unsupported.
Method group is Obsolete

NetworkTransform.ClientMoveCallback3D

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public delegate bool ClientMoveCallback3D(ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation);

Parameters

position The new position from the client.
velocity The new velocity from the client.
rotation The new rotation from the client.

Description

This is the delegate use for the movement validation callback function clientMoveCallback3D on NetworkTransforms.