ImmutableDateMotionCollectionTMotions Property |
Gets the list of motion instances in this collection.
Consider using
Values,
FirstDerivatives,
SecondDerivatives, etc. to get all 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 public IList<Motion<T>> Motions { get; }
Public ReadOnly Property Motions As IList(Of Motion(Of T))
Get
public:
property IList<Motion<T>>^ Motions {
IList<Motion<T>>^ get ();
}
member Motions : IList<Motion<'T>> with get
Property Value
Type:
IListMotionTSee Also