Click or drag to resize

ILayerManagerHasExclusive Property

Indicates whether there are currently any exclusive transforms.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool HasExclusive { get; }

Property Value

Type: Boolean
true if any exclusive transforms are registered; otherwise, false.
See Also