StandardLayerLayerMask Property |
Gets or sets the layer mask which is used to select layers which should be touchable from this layer.
Namespace:
TouchScript.Layers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public LayerMask LayerMask { get; set; }
Property Value
Type:
LayerMaskA mask to exclude objects from possibly touchable list.
See Also