The '''DelegateEditor''' component is used in the Inspector window of Components like the [[Component:StaticTexture2D]] to show the name of methods of [[Sync Delegate]]s.
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.
== Fields ==
== Fields ==
Line 16:
Line 16:
== Examples ==
== Examples ==
Used in the Inspector window of a [[Component:StaticTexture2D]] to show the name of methods of [[Sync Delegate]]s
Used in the Inspector window of a [[Component:CharacterTeleporter]] for example.