-
Notifications
You must be signed in to change notification settings - Fork 293
rigidbody2d_commands
Steve Halliwell edited this page Oct 20, 2019
·
1 revision
Add force to a Rigidbody2D
Defined in Fungus.AddForce2D
Property | Type | Description |
---|---|---|
Force | Fungus.Vector2Data | Vector of force to be added |
Force Scale Factor | Fungus.FloatData | Scale factor to be applied to force as it is used. |
At Position | Fungus.Vector2Data | World position the force is being applied from. Used only in AddForceAtPosition |
Add Torque to a Rigidbody2D
Defined in Fungus.AddTorque2D
Property | Type | Description |
---|---|---|
Force | Fungus.FloatData | Amount of torque to be added |
Stop velocity and angular velocity on a Rigidbody2D
Defined in Fungus.StopMotionRigidBody2D Auto-Generated by Fungus.ExportReferenceDocs