UpdateDrag

data class UpdateDrag(val key: Any, val targetPx: PhysicsVector2) : PhysicsCommand

Updates drag target for an active drag interaction.

Parameters

key

Body key.

targetPx

New target position (container px).

Constructors

Link copied to clipboard
constructor(key: Any, targetPx: PhysicsVector2)

Properties

Link copied to clipboard
val key: Any
Link copied to clipboard