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
Malware edited this page Dec 25, 2018
·
51 revisions
← Index
public class CurveKeyCollection: object, ICollection<T>, IEnumerable<T>, IEnumerableContains the CurveKeys making up a Curve.
Namespace: VRageMath
Assembly: VRage.Math.dll
Inheritance: object
Implements:
| Member | Description |
|---|---|
| Item | |
| Count | Gets the number of elements contained in the CurveKeyCollection. |
| IsReadOnly | Returns a value indicating whether the CurveKeyCollection is read-only. |
| Member | Description |
|---|---|
| Add(object) | |
| IndexOf(CurveKey) | Determines the index of a CurveKey in the CurveKeyCollection. |
| RemoveAt(int) | Removes the CurveKey at the specified index. |
| Add(CurveKey) | Adds a CurveKey to the CurveKeyCollection. |
| Clear() | Removes all CurveKeys from the CurveKeyCollection. |
| Contains(CurveKey) | Determines whether the CurveKeyCollection contains a specific CurveKey. |
| CopyTo(CurveKey[], int) | Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided. |
| Remove(CurveKey) | Removes the first occurrence of a specific CurveKey from the CurveKeyCollection. |
| GetEnumerator() | Returns an enumerator that iterates through the CurveKeyCollection. |
| Clone() | Creates a copy of the CurveKeyCollection. |
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!