Click or drag to resize

JointJointType Property

Gets or sets the type of the joint.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public JointType JointType { get; protected set; }

Property Value

Type: JointType
The type of the joint.
See Also