IDateMotionCollectionT, TDerivativeMotions 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.2.419.0 (24.2.419.0)
Syntax IList<Motion<T, TDerivative>> Motions { get; }
ReadOnly Property Motions As IList(Of Motion(Of T, TDerivative))
Get
property IList<Motion<T, TDerivative>>^ Motions {
IList<Motion<T, TDerivative>>^ get ();
}
abstract Motions : IList<Motion<'T, 'TDerivative>> with get
Property Value
Type:
IListMotionT,
TDerivativeSee Also