Uses of Interface
pi.physics.PhysicsHandler

Packages that use pi.physics.PhysicsHandler
Package
Description
Jede Figur auf der Zeichenebene ist eine Unterklasse von Actor.
Klassen, die innerhalb der Engine als Middleware zwischen der externen Physics-Engine JBox2D-Projekt von Daniel Murhpy und der Engine-API fungieren.
  • Uses of pi.physics.PhysicsHandler in pi.actor

    Fields in pi.actor declared as pi.physics.PhysicsHandler in in
    Modifier and Type
    Field
    Description
    pi.physics.PhysicsHandler
    Actor.physics
    Der JB2D-Handler für dieses spezifische Objekt.
  • Uses of pi.physics.PhysicsHandler in pi.physics

    Methods in pi.physics with parameters of type pi.physics.PhysicsHandler in in
    Modifier and Type
    Method
    Description
    void
    BodyHandler.applyMountCallbacks(pi.physics.PhysicsHandler otherHandler)
     
    void
    NullHandler.applyMountCallbacks(pi.physics.PhysicsHandler otherHandler)
     
    void
    PhysicsHandler.applyMountCallbacks(pi.physics.PhysicsHandler otherHandler)