(2 intermediate revisions by the same user not shown)
Line 15:
Line 15:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|SetDepth()|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:Int|Int]]: depth>| Takes a number beside a button that when pressed will set the depth of the path.
|SetDepth:[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:Int|Int]]>|false| Takes a number beside a button that when pressed will set the depth of the path.
|SetDepth()|[[Type:Action`1|Action`1]]<[[Type:Int|Int]]: depth>| A method that sets the path via a number directly without needing a button.
|SetDepth:[[Type:Action`1|Action`1]]<[[Type:Int|Int]]>|[[Type:Action`1|Action`1]]<[[Type:Int|Int]]>|false| Takes a number beside a button that when pressed will set the depth of the path.
Attach to a slot and provide all fields with valid values. The manager will then allow for creating path elements automatically when navigating a data feed.
Examples
Used heavily in the Settings menu to show the current path at the top.