Class LogEffector
Assembly: Xareus.Unity.Libraries.dll
Syntax
[FunctionDescription("Concatenates the strings (using ToString()) to display them using Unity's log system")]
public class LogEffector : AUnityEffector
Constructors
LogEffector(Event, Dictionary<string, Parameter>, IContext, IContext, IContext, IContext)
Declaration
public LogEffector(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Fields
LogType
Declaration
[ConfigurationParameter("Log Type", LogType.Log, Necessity.Required)]
protected LogType LogType
Field Value
Strings
Declaration
[ConfigurationParameter("Strings", Necessity.Required)]
protected List<object> Strings
Field Value
Methods
SafeEffectorUpdate()
Actual effector code. Note that this code will be executed in unity's thread
Declaration
public override void SafeEffectorUpdate()
Overrides