VRageMath.CurveKeyCollection - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public class CurveKeyCollection: ICollection<CurveKey>, IEnumerable<CurveKey>, IEnumerable
Contains the CurveKeys making up a Curve.
Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
Gets the number of elements contained in the CurveKeyCollection.
Returns a value indicating whether the CurveKeyCollection is read-only.
Adds a CurveKey to the CurveKeyCollection.
Removes all CurveKeys from the CurveKeyCollection.
Creates a copy of the CurveKeyCollection.
Determines whether the CurveKeyCollection contains a specific CurveKey.
void CopyTo(CurveKey[] array, int arrayIndex)
Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided.
IEnumerator<CurveKey> GetEnumerator()
Returns an enumerator that iterates through the CurveKeyCollection.
Determines the index of a CurveKey in the CurveKeyCollection.
Removes the first occurrence of a specific CurveKey from the CurveKeyCollection.
Removes the CurveKey at the specified index.