ILayerManagerIsExclusive Method |
Determines whether the specified target is exclusive.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax bool IsExclusive(
Transform target
)
Parameters
- target
- Type: Transform
The target.
Return Value
Type:
Booleantrue if the specified target is exclusive; otherwise,
false.
See Also