Version: 5.6

NetworkTransform.ClientMoveCallback3D

매뉴얼로 전환
public delegatebool ClientMoveCallback3D (ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation);

파라미터

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

설명

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