PhysicsLayers
Complete API reference for PhysicsLayers, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class PhysicsLayers
Static Methods
| Signature | Returns | Description |
|---|---|---|
findByName(String) | PhysicsLayer | Finds the PhysicsLayer with the specified name. |
add(PhysicsLayer) | void | Adds the specified PhysicsLayer. Limited to 16 layers. |
remove(PhysicsLayer) | void | Removes the specified PhysicsLayer. |
apply() | void | Applies the changes. Call after adding or removing Layers. |
getLayersList() | List<PhysicsLayer> | Returns a list of all PhysicsLayers. |
layersCount() | int | Returns the number of PhysicsLayers. |
layerAt(int) | PhysicsLayer | Returns the PhysicsLayer at the specified index. |