Click or drag to resize

ILayerManagerSetExclusive Method (Transform, Boolean)

Sets the exclusive transform. 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(
	Transform target,
	bool includeChildren = false
)

Parameters

target
Type: Transform
The exclusive transform.
includeChildren (Optional)
Type: SystemBoolean
if set to true target's children will also be added.
See Also