ILayerManager Methods |
The ILayerManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddLayer |
Adds a layer in a specific position.
| |
| ChangeLayerIndex |
Swaps layers.
| |
| ClearExclusive |
Clears the exclusive transforms list.
| |
| ForEach |
Executes an action over all layers in order.
| |
| GetHitTarget |
Detects if the pointer hits any object in the scene.
| |
| IsExclusive |
Determines whether the specified target is exclusive.
| |
| RemoveLayer |
Removes a layer.
| |
| SetExclusive(IEnumerableTransform) |
Sets the exclusive transforms. Only exclusive transforms will be able to receive pointers.
| |
| SetExclusive(Transform, Boolean) |
Sets the exclusive transform. Only exclusive transforms will be able to receive pointers.
|