Register received position
Namespace:
com.onlineobject.objectnet
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll)
public void RegisterPosition(
Vector3 position,
float deltaTime,
Vector3 linearVelocity,
bool isTeleport
)
Parameters
- position
- Type: Vector3
Received position
- deltaTime
- Type: Single
Delta time on origin
- linearVelocity
- Type: Vector3
Linear velocity of object on origin
- isTeleport
- Type: Boolean
Is this position a teleport ( far from previous position )