SetVelocityRigidbody2D

Set the velocity of Rigidbody2D.

SetVelocityRigidbody2D

Properties

Property Name Description
Target Rigidbody2D of interest.
Execute Method Flags The method to execute
Enter
Execute with the method entered in the node.
Update
Execute with node update method.
Late Update
Execute at LateUpdate.
Leave
Execute when leaving a node.
Fixed Update
Execute with FixedUpdate method.
Direction Type Direction type
Vector
Vector
Euler Angle
Euler angle
Angle Angle with reference to the upward direction.
Direction Direction.
Speed Speed added.
Space Space to set velocity.