Click or drag to resize

ActionBasedPlayHistoryModelActions Property

A sequence of actions, any of which can be either an action start or an action end.

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

Property Value

Type: ListActionReplayModel
See Also