Click or drag to resize

ILayerDelegateShouldReceivePointer Method

Returns whether a layer should receive the pointer.

Namespace:  TouchScript.Layers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool ShouldReceivePointer(
	TouchLayer layer,
	IPointer pointer
)

Parameters

layer
Type: TouchScript.LayersTouchLayer
The layer.
pointer
Type: TouchScript.PointersIPointer
The pointer.

Return Value

Type: Boolean
true if it should; false otherwise.
See Also