Package com.aqpproject.physics.gdx

Examples of com.aqpproject.physics.gdx.PhysicsGDX


    /**
     * @return the physics component singleton
     */
    public static Physics getPhysics() {
        if (m_physics == null) {
            m_physics = new PhysicsGDX();
        }
        return m_physics;
    }
View Full Code Here

TOP

Related Classes of com.aqpproject.physics.gdx.PhysicsGDX

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.