Class StartDisplayVideoClipEffector
Inherited Members
Namespace: Xareus.Scenarios.Unity
Assembly: Xareus.Unity.Librairies.dll
Syntax
[Renamed("FIVE.Utils.Effectors.StartDisplayVideoClipEffector", "Assembly-CSharp")]
[Renamed("SEVEN.Unity.StartDisplayVideoClipEffector", "Assembly-CSharp")]
public class StartDisplayVideoClipEffector : AUnityEffector
Constructors
StartDisplayVideoClipEffector(Event, Dictionary<string, Parameter>, IContext, IContext, IContext, IContext)
Declaration
public StartDisplayVideoClipEffector(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Type | Name | Description |
---|---|---|
Event | event | |
Dictionary<string, Parameter> | parameters | |
IContext | externalContext | |
IContext | scenarioContext | |
IContext | sequenceContext | |
IContext | eventContext |
Methods
SafeEffectorUpdate()
Actual effector code. Note that this code will be executed in unity's thread
Declaration
public override void SafeEffectorUpdate()