Uses of Enum Class
ea.actor.BodyType

Packages that use BodyType
Package
Description
 
  • Uses of BodyType in ea.actor

    Methods in ea.actor that return BodyType
    Modifier and Type
    Method
    Description
    final BodyType
    Actor.getBodyType()
    Gibt aus, was für ein Physics-Typ dieses Objekt momentan ist.
    static BodyType
    BodyType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static BodyType[]
    BodyType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in ea.actor with parameters of type BodyType
    Modifier and Type
    Method
    Description
    final void
    Actor.setBodyType(BodyType type)
    Setzt das allgemeine Verhalten dieses Objekts im Rahmen der Physics-Engine (und Collision Detection) haben soll.