Click or drag to resize

ExplorationSceneModelExploredObjectName Property

Describes what object is this scene actually exploring.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string ExploredObjectName { get; set; }

Property Value

Type: String
Remarks

Expected to have only concise object description.

This will be read out in accessibility mode to let user know what he explores.

See Also