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