Click or drag to resize

ILayerManager Methods

The ILayerManager type exposes the following members.

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