Click or drag to resize

JointWorldAnchorB Property

Get the anchor point on bodyB in world coordinates. On some joints, this value indicate the anchor point within the world.

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 abstract Vector2 WorldAnchorB { get; set; }

Property Value

Type: Vector2
See Also