Click or drag to resize

IDateMotionCollection<T>.Motions Property

Gets the list of motion instances in this collection. Consider using Values, FirstDerivatives, SecondDerivatives, etc. to get all of the corresponding data as a single list. This is more efficient than requesting a list of motion instances.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
IList<Motion<T>> Motions { get; }

Property Value

Type: IList<Motion<T>>
See Also