Click or drag to resize

VisualOnExperimentStarted Property

Property Value

Type: ExperimentScriptReference
Call this script at the start of each experiment. This allows for initialization of any data collection, for example. <p> See also: <ul> <li>OnExperimentFinished</li> </ul>

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public ExperimentScriptReference OnExperimentStarted { get; }

Property Value

Type: ExperimentScriptReference
See Also