Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.CurveKeyCollection Class Reference

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< CurveKeyGetEnumerator ()
 
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< CurveKeyKeys = new List<CurveKey>()
 

Detailed Description

Definition at line 10 of file CurveKeyCollection.cs.


The documentation for this class was generated from the following file: