Confirmation Block

Allows the user to confirm or cancel an action.

The Confirmation Block allows the user to confirm or cancel an action.

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

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

Confirmation 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.

Title Label

A block that displays the title.

Description Label

A block that displays the description of the action.

Cancel Button

A button block that cancels the action.

Confirm Button

A button block that presents general text or a stack price and triggers confirmation of the action.

Last updated