Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
getParam(_:)
SliderJoint3D.swift:142final func getParam(_ param: SliderJoint3D.Param) -> Double
final func getParam(_ param: SliderJoint3D.Param) -> Double
import SwiftGodot
Framework to write Godot Game Extensions using the Swift Programming Language.
class SliderJoint3D
A physics joint that restricts the movement of a 3D physics body along an axis relative to another physics body.
enum Param
@frozen struct Double
A double-precision, floating-point value type.
override class var godotClassName: StringName { get }
final func setParam(_ param: SliderJoint3D.Param, value: Double)