Class StopDisplayVideoClipEffector
Inheritance
StopDisplayVideoClipEffector
Assembly: Xareus.Unity.Librairies.dll
Syntax
[Renamed("FIVE.Utils.Effectors.StopDisplayVideoClipEffector", "Assembly-CSharp")]
[Renamed("SEVEN.Unity.StopDisplayVideoClipEffector", "Assembly-CSharp")]
[Obsolete("Use SetEnabledEffector instead")]
[ObsoleteFunction("Use SetEnabledEffector instead", typeof(SetEnabledEffector), typeof(StopDisplayVideoClipEffector), "ConvertParameters")]
public class StopDisplayVideoClipEffector : AUnityEffector
Constructors
StopDisplayVideoClipEffector(Event, Dictionary<string, Parameter>, IContext, IContext, IContext, IContext)
Declaration
public StopDisplayVideoClipEffector(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Methods
ConvertParameters(List<Parameter>)
Conversion from obsolete effector
Declaration
public static List<Parameter> ConvertParameters(List<Parameter> inParameters)
Parameters
Returns
SafeEffectorUpdate()
Actual effector code. Note that this code will be executed in unity's thread
Declaration
public override void SafeEffectorUpdate()
Overrides