(One intermediate revision by the same user not shown)
Line 15:
Line 15:
== Sync Delegates ==
== Sync Delegates ==
{{Table ComponentTriggers
{{Table ComponentTriggers
|SetDepth(IButton, ButtonEventData, int)|[[Type:ButtonEventHandler`1|ButtonEventHandler`1]]<[[Type:IButton|IButton]]: button, [[Type:ButtonEventData|ButtonEventData]]: eventData, [[Type:Int|Int]]: depth> -> [[Type:Void|Void]]| 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(int)|[[Type:Action`1|Action`1]]<[[Type:Int|Int]]: depth> -> [[Type:Void|Void]]| 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]]>|[[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.