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 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