Skip to main content

Invoke Component Method Plugin

This plug-in allows you to invoke nearly any public method on any attached component. Therefore it should be used with care.

"Invoke Component Method Plugin"

Fields#

NameDescription
Remote TargetIf checked the plug-in will target the component specified as the Remote Target on the Action Sequence. Otherwise it will use the Component on the current Game Object.
ComponentThis list is built dynamically and fetches a list of all known components. Search for and select the component you wish and press Enter.
MethodDynamically built list for selected component showing all public methods.
SignatureDynamic list built based on the selected component, it shows all overloads for the selected method.
ParametersDynamically build list of fields required by the selected method and signature.