AddVelocityRigidbody

It will add the velocity of Rigidbody.

AddVelocityRigidbody

Properties

Property Name Description
Target Rigidbody 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
Direction Direction. If DirectionType is EulerAngle, specify Euler angle.
Speed Speed added.
Space Space to add velocity.