| 1234567891011121314151617181920 |
- return {
- summary = 'Set the target distance of the DistanceJoint.',
- description = [[
- Sets the target distance for the DistanceJoint. The joint tries to keep the Colliders this far
- apart.
- ]],
- arguments = {
- distance = {
- type = 'number',
- description = 'The new target distance.'
- }
- },
- returns = {},
- variants = {
- {
- arguments = { 'distance' },
- returns = {}
- }
- }
- }
|