|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| int | IndexOf (CurveKey item) |
| void | RemoveAt (int index) |
| void | Add (CurveKey item) |
| void | Clear () |
| bool | Contains (CurveKey item) |
| void | CopyTo (CurveKey[] array, int arrayIndex) |
| bool | Remove (CurveKey item) |
| IEnumerator< CurveKey > | GetEnumerator () |
| CurveKeyCollection | Clone () |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| void | ComputeCacheValues () |
Package Attributes | |
| float | TimeRange |
| float | InvTimeRange |
| bool | IsCacheAvailable = true |
Properties | |
| CurveKey | this[int index] [get, set] |
| int | Count [get] |
| bool | IsReadOnly [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| List< CurveKey > | Keys = new List<CurveKey>() |
Definition at line 10 of file CurveKeyCollection.cs.