PhysicsLayer
Complete API reference for PhysicsLayer, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class PhysicsLayer
Constructors
| Signature | Description |
|---|---|
PhysicsLayer(Layer) | Executes PhysicsLayer and returns after the underlying engine call finishes. |
PhysicsLayer(String) | Executes PhysicsLayer and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
layer | Layer | Represents the layer value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
addIgnoreLayer(PhysicsLayer) | void | Adds the specified PhysicsLayer to the ignore list of this layer. |
removeIgnoreLayer(PhysicsLayer) | void | Removes the specified PhysicsLayer from the ignore list of this layer. |
getIgnoreAt(int) | PhysicsLayer | Returns the PhysicsLayer at the specified index in the ignore list. |
ignoreCount() | int | Returns the number of PhysicsLayers in the ignore list. |