FreeJoint()
语法
FreeJoint(#Joint)概要
Frees the specified joint and releases all its associated memory. The joint must not be used (by using its number with the other functions in this library) after calling this function.
参数
#Joint The joint to free. If #PB_All is specified, all the remaining joints are freed.
返回值
无.
Remarks
All remaining joints are automatically freed when the program ends.
参阅
PointJoint(), HingeJoint(), ConeTwistJoint(), SliderJoint()
已支持操作系统
所有