Package com.csse3200.game.physics
Class BodyUserData
java.lang.Object
com.csse3200.game.physics.BodyUserData
POJO which contains the custom data attached to each box2D entity. Avoid extending if possible,
since the additional references have to be attached to every physics entity.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BodyUserData
public BodyUserData()
-
-
Method Details
-
getEntity
-
setEntity
-