Action Menu Block

A list of available actions for when an item is clicked.

The Action Menu Block creates a list of possible actions the user can perform for an item. The menu appears when an item is clicked.

You can add the default design to your scene by right-clicking in the hierarchy and navigating to Inventool > Blocks > Windows > Action Menu Block.

Check out its scripting section to learn about its full potential.

Action Menu Blockchevron-right

Properties

Name
Description

Content

The object that contains all content.

Close On Cache

If the window should be closed on cache (usually on awake).

Blocks To Refresh

A list of blocks that should refresh along with the window.

On Open

A callback for when this window is opened.

On Close

A callback for when this window is closed.

Dont Destroy On Load

If this window should not be destroyed when a new scene is loaded.

Option Prefab

The prefab instantiated for each option.

Options Container

The transform of the object that contains all options.

Last updated