Click or drag to resize

PhysicalBoneSetJointType Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.PhysicalBone.SetJointType(Godot.PhysicalBone.JointTypeEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetJointType is deprecated. Use the JointType property instead.")]
public void SetJointType(
	PhysicalBoneJointTypeEnum jointType
)

Parameters

jointType
Type: GodotPhysicalBoneJointTypeEnum

[Missing <param name="jointType"/> documentation for "M:Godot.PhysicalBone.SetJointType(Godot.PhysicalBone.JointTypeEnum)"]

See Also