Click or drag to resize

PhysicsServerGeneric6dofJointSetParam Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void Generic6dofJointSetParam(
	RID joint,
	Vector3Axis axis,
	PhysicsServerG6DOFJointAxisParam param,
	float value
)

Parameters

joint
Type: GodotRID

[Missing <param name="joint"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointSetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam,System.Single)"]

axis
Type: GodotVector3Axis

[Missing <param name="axis"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointSetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam,System.Single)"]

param
Type: GodotPhysicsServerG6DOFJointAxisParam

[Missing <param name="param"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointSetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam,System.Single)"]

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Godot.PhysicsServer.Generic6dofJointSetParam(Godot.RID,Godot.Vector3.Axis,Godot.PhysicsServer.G6DOFJointAxisParam,System.Single)"]

See Also