IControllerTemplateGetElementTargets Method |
Gets a list of all Controller Template Element targets that map to the specified target Controller Element.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
Syntaxint GetElementTargets(
ControllerElementTarget target,
IList<ControllerTemplateElementTarget> results
)
Parameters
- target ControllerElementTarget
- The target Controller Element.
- results IListControllerTemplateElementTarget
- The list of results. Provide a list which will be used to return the results. The list will be cleared by the method.
Return Value
Int32All Template Element targets that map to the specified target Controller Element
See Also