Click or drag to resize

JointFactoryCreateWheelJoint(World, Body, Body, Vector2) Method


Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static WheelJoint CreateWheelJoint(
	World world,
	Body bodyA,
	Body bodyB,
	Vector2 axis
)

Parameters

world  World
 
bodyA  Body
 
bodyB  Body
 
axis  Vector2
 

Return Value

WheelJoint
See Also