ILayerManager Interface |
Namespace: TouchScript
public interface ILayerManager
The ILayerManager type exposes the following members.
Name | Description | |
---|---|---|
HasExclusive |
Indicates whether there are currently any exclusive transforms.
| |
LayerCount |
Gets the number of active layers.
| |
Layers |
Gets the list of TouchLayer.
|
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.
|