Add a platform to the list of existing platforms.
Returns all the platforms around the specified object.
The maximum distance, in pixels, the object is going to do.
An array with all platforms near the object.
Static
getGet the platforms manager of an instance container.
Remove a platform from the list of existing platforms. Be sure that the platform was added before.
Manages the common objects shared by objects having a platform behavior: in particular, the platforms behaviors are required to declare themselves (see PlatformObjectsManager.addPlatform) to the manager of their associated container (see PlatformRuntimeBehavior.getManager).