Click or drag to resize

ILayerManagerIsExclusive Method

Determines whether the specified target is exclusive.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool IsExclusive(
	Transform target
)

Parameters

target
Type: Transform
The target.

Return Value

Type: Boolean
true if the specified target is exclusive; otherwise, false.
See Also