Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.ModelMeshCollection Class Referencesealed

Classes

struct  Enumerator
 

Public Member Functions

bool TryGetValue (string meshName, out ModelMesh value)
 
new Enumerator GetEnumerator ()
 
bool Contains (T value)
 
void CopyTo (T[] array, int index)
 
int IndexOf (T value)
 

Package Functions

 ModelMeshCollection (ModelMesh[] meshes)
 

Properties

ModelMesh this[string meshName] [get]
 
int Count [get]
 
this[int index] [get]
 
T IList< T >. this[int index] [get, set]
 
object? IList. this[int index] [get, set]
 
IList< T > Items [get]
 
bool ICollection< T >. IsReadOnly [get]
 
bool IList. IsReadOnly [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
bool IList. IsFixedSize [get]
 

Private Member Functions

bool IList. Contains (object value)
 
void ICollection. CopyTo (Array array, int index)
 
int IList. IndexOf (object value)
 
void ICollection< T >. Add (T value)
 
int IList. Add (object value)
 
void ICollection< T >. Clear ()
 
void IList. Clear ()
 
void IList< T >. Insert (int index, T value)
 
void IList. Insert (int index, object value)
 
bool ICollection< T >. Remove (T value)
 
void IList. Remove (object value)
 
void IList< T >. RemoveAt (int index)
 
void IList. RemoveAt (int index)
 

Static Private Member Functions

static bool IsCompatibleObject (object value)
 

Private Attributes

ModelMesh[] wrappedArray
 
readonly IList< T > list
 

Detailed Description

Definition at line 8 of file ModelMeshCollection.cs.


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