Delegate NetworkTransform.ClientMoveCallback3D
Namespace: UnityEngine.Networking
Assembly: com.unity.multiplayer-hlapi.Runtime.dll
Syntax
public delegate bool NetworkTransform.ClientMoveCallback3D(ref Vector3 position, ref Vector3 velocity, ref Quaternion rotation)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | position | |
Vector3 | velocity | |
Quaternion | rotation |
Returns
Type | Description |
---|---|
bool |