Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkTransform.ClientMoveCallback2D

public delegate bool ClientMoveCallback2D(ref Vector2 position, ref Vector2 velocity, ref float 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 clientMoveCallback2D on NetworkTransforms.