The '''DelegateEditor''' component is used in the Inspector window of Components where there is a field a [[Sync Delegates|sync delegate]] can be dropped into.
|_button|'''[[Component:Button|Button]]'''|TypeAdv2=true| The button to interface with the Sync delegate.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|RemovePressed:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Remove the delegate from the delegate holding field.
|OpenInspectorButton:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| Opens the inspector to the delegate location in the world if possible.
}}
}}
== Behavior ==
== Usage ==
This isn't usually used by the user, and falls into the category of Components used in [[Ref Hacking]].
== Examples ==
== Examples ==
Used in the Inspector window of a [[Component:CharacterTeleporter]] for example.