Click or drag to resize

ILayerDelegate Interface

A delegate which can be set to Delegate and control what this layer can or can not do.

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

The ILayerDelegate type exposes the following members.

Methods
  NameDescription
Public methodShouldReceivePointer
Returns whether a layer should receive the pointer.
Top
See Also