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

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

Introduction

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

The text is from its open source code.

Method

FixturegetFixtureA()
Get the first fixture in this contact.
FixturegetFixtureB()
Get the second fixture in this contact.
WorldManifoldgetWorldManifold()
booleanisEnabled()
Has this contact been disabled?
booleanisTouching()
voidresetFriction()
Reset the friction mixture to the default value.
voidsetEnabled(boolean flag)
Enable/disable this contact.
voidsetFriction(float friction)
Override the default friction mixture.
voidsetTangentSpeed(float speed)