Layer.hitType

機能/意味
Type of hit judgment
タイプ
Layerクラスのプロパティ (読み書き可能)
説明
 Represents the type of hit judgment of mouse event. You can also set a value.
 If htProvince is specified, mouse events will be received only in non-zero areas in the area image.
 If htMask is specified, mouse events will be received only when the value of the mask (opacity) image is greater than or equal to the value specified in the Layer.hitThreshold property.
 Mouse events that are not received are processed in a deeper layer.
 The default is htMask.