Class InvokeXareusObjectMethodEffector
An effector that calls a method of class, statically or on an instance
Inheritance
InvokeXareusObjectMethodEffector
Assembly: Xareus.Unity.Librairies.dll
Syntax
[Renamed("SEVEN.InvokeObjectMethodEffector", "Assembly-CSharp")]
[Renamed("SEVEN.FIVE.InvokeFiveObjectMethodEffector", "Assembly-CSharp")]
public class InvokeXareusObjectMethodEffector : AInvokeMethodEffector
Constructors
InvokeXareusObjectMethodEffector(Event, Dictionary<string, Parameter>, IContext, IContext, IContext, IContext)
Declaration
protected InvokeXareusObjectMethodEffector(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Fields
callingObject
Declaration
[Provider("type")]
[ConfigurationParameter("callingObject", "The Object to call the method on", Necessity.Required)]
protected XUObject callingObject
Field Value
type
Declaration
[ProvideConstraint(typeof(XUType))]
[ConfigurationParameter("type", Necessity.Required)]
protected Type type
Field Value
Properties
Component
Declaration
protected override Component Component { get; }
Property Value
Overrides
ComponentType
Declaration
protected override Type ComponentType { get; }
Property Value
Overrides