Interface WorldCreator

All Known Implementing Classes:
DefaultWorldCreator

public interface WorldCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    createWorld(Vec2 gravity)
     
  • Method Details

    • createWorld

      World createWorld(Vec2 gravity)