Click or drag to resize

ILayerManager Interface

Core manager which controls TouchLayers.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface ILayerManager

The ILayerManager type exposes the following members.

Properties
  NameDescription
Public propertyHasExclusive
Indicates whether there are currently any exclusive transforms.
Public propertyLayerCount
Gets the number of active layers.
Public propertyLayers
Gets the list of TouchLayer.
Top
Methods
  NameDescription
Public methodAddLayer
Adds a layer in a specific position.
Public methodChangeLayerIndex
Swaps layers.
Public methodClearExclusive
Clears the exclusive transforms list.
Public methodForEach
Executes an action over all layers in order.
Public methodGetHitTarget
Detects if the pointer hits any object in the scene.
Public methodIsExclusive
Determines whether the specified target is exclusive.
Public methodRemoveLayer
Removes a layer.
Public methodSetExclusive(IEnumerableTransform)
Sets the exclusive transforms. Only exclusive transforms will be able to receive pointers.
Public methodSetExclusive(Transform, Boolean)
Sets the exclusive transform. Only exclusive transforms will be able to receive pointers.
Top
See Also