godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Physics2DServerSingleton.jointSetParam
godot
physics2dserver
Physics2DServerSingleton
Sets a joint parameter. Parameters are explained in the JOINT_PARAM* constants.
struct
Physics2DServerSingleton
@
nogc
nothrow
void
jointSetParam
(
in
RID
joint
,
in
long
param
,
in
double
value
)
Meta
Source
See Implementation
godot
physics2dserver
Physics2DServerSingleton
aliases
BaseClasses
enums
AreaBodyStatus
AreaParameter
AreaSpaceOverrideMode
BodyMode
BodyParameter
BodyState
CCDMode
Constants
DampedStringParam
JointParam
JointType
ProcessInfo
ShapeType
SpaceParameter
functions
areaAddShape
areaAttachObjectInstanceId
areaClearShapes
areaCreate
areaGetObjectInstanceId
areaGetParam
areaGetShape
areaGetShapeCount
areaGetShapeTransform
areaGetSpace
areaGetSpaceOverrideMode
areaGetTransform
areaRemoveShape
areaSetAreaMonitorCallback
areaSetCollisionLayer
areaSetCollisionMask
areaSetMonitorCallback
areaSetMonitorable
areaSetParam
areaSetShape
areaSetShapeDisabled
areaSetShapeTransform
areaSetSpace
areaSetSpaceOverrideMode
areaSetTransform
bodyAddCentralForce
bodyAddCollisionException
bodyAddForce
bodyAddShape
bodyAddTorque
bodyApplyCentralImpulse
bodyApplyImpulse
bodyApplyTorqueImpulse
bodyAttachObjectInstanceId
bodyClearShapes
bodyCreate
bodyGetCollisionLayer
bodyGetCollisionMask
bodyGetContinuousCollisionDetectionMode
bodyGetDirectState
bodyGetMaxContactsReported
bodyGetMode
bodyGetObjectInstanceId
bodyGetParam
bodyGetShape
bodyGetShapeCount
bodyGetShapeMetadata
bodyGetShapeTransform
bodyGetSpace
bodyGetState
bodyIsOmittingForceIntegration
bodyRemoveCollisionException
bodyRemoveShape
bodySetAxisVelocity
bodySetCollisionLayer
bodySetCollisionMask
bodySetContinuousCollisionDetectionMode
bodySetForceIntegrationCallback
bodySetMaxContactsReported
bodySetMode
bodySetOmitForceIntegration
bodySetParam
bodySetShape
bodySetShapeAsOneWayCollision
bodySetShapeDisabled
bodySetShapeMetadata
bodySetShapeTransform
bodySetSpace
bodySetState
bodyTestMotion
capsuleShapeCreate
circleShapeCreate
concavePolygonShapeCreate
convexPolygonShapeCreate
dampedSpringJointCreate
dampedStringJointGetParam
dampedStringJointSetParam
freeRid
getProcessInfo
grooveJointCreate
jointGetParam
jointGetType
jointSetParam
lineShapeCreate
opAssign
opEquals
pinJointCreate
rayShapeCreate
rectangleShapeCreate
segmentShapeCreate
setActive
shapeGetData
shapeGetType
shapeSetData
spaceCreate
spaceGetDirectState
spaceGetParam
spaceIsActive
spaceSetActive
spaceSetParam
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets a joint parameter. Parameters are explained in the JOINT_PARAM* constants.