Class Box2DMapObjectParser.Aliases

java.lang.Object
net.dermetfan.gdx.physics.box2d.Box2DMapObjectParser.Aliases
Enclosing class:
Box2DMapObjectParser

public static class Box2DMapObjectParser.Aliases extends Object
defines the Box2DMapObjectParser.aliases to use when parsing
  • Field Details

    • x

      public String x
      the aliases
    • y

      public String y
      the aliases
    • width

      public String width
      the aliases
    • height

      public String height
      the aliases
    • type

      public String type
      the aliases
    • bodyType

      public String bodyType
      the aliases
    • dynamicBody

      public String dynamicBody
      the aliases
    • kinematicBody

      public String kinematicBody
      the aliases
    • staticBody

      public String staticBody
      the aliases
    • active

      public String active
      the aliases
    • allowSleep

      public String allowSleep
      the aliases
    • angle

      public String angle
      the aliases
    • angularDamping

      public String angularDamping
      the aliases
    • angularVelocity

      public String angularVelocity
      the aliases
    • awake

      public String awake
      the aliases
    • bullet

      public String bullet
      the aliases
    • fixedRotation

      public String fixedRotation
      the aliases
    • gravityScale

      public String gravityScale
      the aliases
    • linearDamping

      public String linearDamping
      the aliases
    • linearVelocityX

      public String linearVelocityX
      the aliases
    • linearVelocityY

      public String linearVelocityY
      the aliases
    • density

      public String density
      the aliases
    • categoryBits

      public String categoryBits
      the aliases
    • groupIndex

      public String groupIndex
      the aliases
    • maskBits

      public String maskBits
      the aliases
    • friciton

      public String friciton
      the aliases
    • isSensor

      public String isSensor
      the aliases
    • restitution

      public String restitution
      the aliases
    • body

      public String body
      the aliases
    • fixture

      public String fixture
      the aliases
    • joint

      public String joint
      the aliases
    • jointType

      public String jointType
      the aliases
    • distanceJoint

      public String distanceJoint
      the aliases
    • frictionJoint

      public String frictionJoint
      the aliases
    • gearJoint

      public String gearJoint
      the aliases
    • mouseJoint

      public String mouseJoint
      the aliases
    • prismaticJoint

      public String prismaticJoint
      the aliases
    • pulleyJoint

      public String pulleyJoint
      the aliases
    • revoluteJoint

      public String revoluteJoint
      the aliases
    • ropeJoint

      public String ropeJoint
      the aliases
    • weldJoint

      public String weldJoint
      the aliases
    • wheelJoint

      public String wheelJoint
      the aliases
    • bodyA

      public String bodyA
      the aliases
    • bodyB

      public String bodyB
      the aliases
    • collideConnected

      public String collideConnected
      the aliases
    • dampingRatio

      public String dampingRatio
      the aliases
    • frequencyHz

      public String frequencyHz
      the aliases
    • length

      public String length
      the aliases
    • localAnchorAX

      public String localAnchorAX
      the aliases
    • localAnchorAY

      public String localAnchorAY
      the aliases
    • localAnchorBX

      public String localAnchorBX
      the aliases
    • localAnchorBY

      public String localAnchorBY
      the aliases
    • maxForce

      public String maxForce
      the aliases
    • maxTorque

      public String maxTorque
      the aliases
    • joint1

      public String joint1
      the aliases
    • joint2

      public String joint2
      the aliases
    • ratio

      public String ratio
      the aliases
    • targetX

      public String targetX
      the aliases
    • targetY

      public String targetY
      the aliases
    • enableLimit

      public String enableLimit
      the aliases
    • enableMotor

      public String enableMotor
      the aliases
    • localAxisAX

      public String localAxisAX
      the aliases
    • localAxisAY

      public String localAxisAY
      the aliases
    • lowerTranslation

      public String lowerTranslation
      the aliases
    • maxMotorForce

      public String maxMotorForce
      the aliases
    • motorSpeed

      public String motorSpeed
      the aliases
    • referenceAngle

      public String referenceAngle
      the aliases
    • upperTranslation

      public String upperTranslation
      the aliases
    • groundAnchorAX

      public String groundAnchorAX
      the aliases
    • groundAnchorAY

      public String groundAnchorAY
      the aliases
    • groundAnchorBX

      public String groundAnchorBX
      the aliases
    • groundAnchorBY

      public String groundAnchorBY
      the aliases
    • lengthA

      public String lengthA
      the aliases
    • lengthB

      public String lengthB
      the aliases
    • lowerAngle

      public String lowerAngle
      the aliases
    • maxMotorTorque

      public String maxMotorTorque
      the aliases
    • upperAngle

      public String upperAngle
      the aliases
    • maxLength

      public String maxLength
      the aliases
    • object

      public String object
      the aliases
    • unitScale

      public String unitScale
      the aliases
    • userData

      public String userData
      the aliases
    • tileWidth

      public String tileWidth
      the aliases
    • tileHeight

      public String tileHeight
      the aliases
    • gravityX

      public String gravityX
      the aliases
    • gravityY

      public String gravityY
      the aliases
    • autoClearForces

      public String autoClearForces
      the aliases
    • orientation

      public String orientation
      the aliases
    • orthogonal

      public String orthogonal
      the aliases
    • isometric

      public String isometric
      the aliases
    • staggered

      public String staggered
      the aliases
  • Constructor Details

    • Aliases

      public Aliases()