This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.CurveKeyCollection
Morten Aune Lyrstad edited this page Apr 16, 2022
·
51 revisions
← Index ← Namespace Index
public class CurveKeyCollection: ICollection<CurveKey>, IEnumerable<CurveKey>, IEnumerableContains the CurveKeys making up a Curve.
Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
| Member | Description |
|---|---|
| \$1int Count { get; }](VRageMath.CurveKeyCollection.Count) | Gets the number of elements contained in the CurveKeyCollection. |
| \$1bool IsReadOnly { get; }](VRageMath.CurveKeyCollection.IsReadOnly) | Returns a value indicating whether the CurveKeyCollection is read-only. |
| \$1CurveKey Item { get; set; }](VRageMath.CurveKeyCollection.Item) |
| Member | Description |
|---|---|
| \$1CurveKeyCollection()](VRageMath.CurveKeyCollection..ctor) |
| Member | Description |
|---|---|
| \$1void Add(object)](VRageMath.CurveKeyCollection.Add) | |
| \$1void Add(CurveKey)](VRageMath.CurveKeyCollection.Add) | Adds a CurveKey to the CurveKeyCollection. |
| \$1void Clear()](VRageMath.CurveKeyCollection.Clear) | Removes all CurveKeys from the CurveKeyCollection. |
| \$1CurveKeyCollection Clone()](VRageMath.CurveKeyCollection.Clone) | Creates a copy of the CurveKeyCollection. |
| \$1bool Contains(CurveKey)](VRageMath.CurveKeyCollection.Contains) | Determines whether the CurveKeyCollection contains a specific CurveKey. |
| \$1void CopyTo(CurveKey\$1], int)](VRageMath.CurveKeyCollection.CopyTo) | Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided. |
| \$1IEnumerator\$1CurveKey> GetEnumerator()](VRageMath.CurveKeyCollection.GetEnumerator) | Returns an enumerator that iterates through the CurveKeyCollection. |
| \$1int IndexOf(CurveKey)](VRageMath.CurveKeyCollection.IndexOf) | Determines the index of a CurveKey in the CurveKeyCollection. |
| \$1bool Remove(CurveKey)](VRageMath.CurveKeyCollection.Remove) | Removes the first occurrence of a specific CurveKey from the CurveKeyCollection. |
| \$1void RemoveAt(int)](VRageMath.CurveKeyCollection.RemoveAt) | Removes the CurveKey at the specified index. |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!