func hoverEffect (HoverEffect ) -> some View
Applies a pointer hover effect to the view.
あるポインタホバー効果をビューに適用します。
Availability 有効性
Technology
A view that triggers action
when the pointer enters or exits this view’s frame.
あるビュー、それはポインタがこのビューのもつフレームに入るまたは出る時にaction
を引き起こします。
action
The action to perform whenever the pointer enters or exits this view’s frame. If the pointer is in the view’s frame, the action
closure passes true
as a parameter; otherwise, false
.
ポインタがこのビューのフレームに入るまたは出る時はいつでも実行するアクション。ポインタがビューのもつフレームの中にあるならば、action
クロージャはtrue
をバラメータとして渡します;そうでなければ、false
。
Calling this method defines a region for detecting pointer movement with the size and position of this view. このメソッドを呼び出すことは、ポインタの動きを検出するための領域を、このビューの大きさと位置で定義します。
func hoverEffect (HoverEffect ) -> some View