Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkTransform.ClientMoveCallback2D

Obsolete public delegate bool ClientMoveCallback2D(ref Vector2 position, ref Vector2 velocity, ref float rotation);

Parameters

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

Description

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

Did you find this page useful? Please give it a rating: