ボタンでオブジェクトの表示切替

任意のボタンを押すことでオブジェクトの表示/非表示を切り替える方法を教えてください。
よろしくお願いいたします

Hi,

You can use the SetVisibility, something like the structure below

In other words, simple use a button OnClick event and set the visiblity to your widget, you can also use a branch instead of Flip Flop.

May this help you.

Bye.

1 Like

ありがとうございます。試してみます。