Finished documentation
Finished documentation on sprite physics and joints Fixed some bugs in sprite physics Added safety checks for joint types Added code to free up joints when a canvas is destroyed
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#title setJointMaxMotorForce [RCBasic Doc]
|
||||
#header sub setJointMaxMotorForce( joint_id, force)
|
||||
|
||||
Limits the maximum linear force that the motor can apply to achieve the target speed set by SetMotorSpeed. This allows you to control the power or strength of the motor along the joint’s axis.
|
||||
|
||||
Used with Prismatic Joints
|
||||
|
||||
#ref GetJointMaxMotorForce
|
||||
|
||||
Reference in New Issue
Block a user