Class PhysicsUtils

java.lang.Object
com.deco2800.game.physics.PhysicsUtils

public class PhysicsUtils
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static void setScaledCollider​(Entity entity, float scaleX, float scaleY)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details