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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public JointType JointType { get; protected set; }

Property Value

Type: JointType
The type of the joint.
See Also