Click or drag to resize

EngineModelImagesSerialized Property

Lists all available images available in the simulation.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<ImageModel> ImagesSerialized { get; set; }

Property Value

Type: ListImageModel
Remarks

Images often contains helpful learning material that can help the user answer quiz questions and visually integrate advanced concepts.

See Also