Click or drag to resize

JointWorld Property

Get the parent World of this joint. This is null if the joint is not attached.

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 World World { get; }

Property Value

Type: World
See Also