Click or drag to resize

IDateMotionCollectionTMotions 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: 24.1.418.0 (24.1.418.0)
Syntax
IList<Motion<T>> Motions { get; }

Property Value

Type: IListMotionT
See Also