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

NetworkTransform.ClientMoveCallback3D

public delegate bool ClientMoveCallback3D(ref Vector3 position, ref Vector3 velocity, ref Quaternion 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 clientMoveCallback3D on NetworkTransforms.

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