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

파라미터

positionThe new position from the client.
velocityThe new velocity from the client.
rotationThe new rotation from the client.

설명

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