Java com.badlogic.gdx.physics.box2d Joint fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.physics.box2d Joint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.physics.box2d Joint.

The text is from its open source code.

Method

Vector2getAnchorA()
Vector2getAnchorB()
BodygetBodyA()
Get the first body attached to this joint.
BodygetBodyB()
Get the second body attached to this joint.
JointTypegetType()
Get the type of the concrete joint.
ObjectgetUserData()
Get the user data
voidsetUserData(Object userData)
Set the user data