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