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.
Get the platforms manager of an instance container.
Remove a platform from the list of existing platforms. Be sure that the platform was added before.
Generated using TypeDoc
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).