Click or drag to resize

ILayerManagerSetExclusive Method (IEnumerableTransform)

Sets the exclusive transforms. Only exclusive transforms will be able to receive pointers.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
void SetExclusive(
	IEnumerable<Transform> targets
)

Parameters

targets
Type: System.Collections.GenericIEnumerableTransform
The exclusive transforms to set.
See Also