Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PushItem(string, Action)

Adds an item to the end of the breadcrumbs, which makes that item the deepest item in the hierarchy.
Read time 1 minuteLast updated 11 days ago

Definition

public void PushItem(string label, Action clickedEvent = null)

Parameters

label

The text to display for the item in the breadcrumb toolbar.

clickedEvent

The action to perform when the a users clicks the item in the toolbar.