GameComponentCollection Members
The following tables list the members exposed by the GameComponentCollection type.
Public Constructors
Name | Description | |
---|---|---|
GameComponentCollection | Initializes a new instance of this class. |
Public Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection.) | |
Item | (Inherited from Collection.) |
Protected Properties
Name | Description | |
---|---|---|
Items | (Inherited from Collection.) |
Public Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection.) | |
Clear | (Inherited from Collection.) | |
Contains | (Inherited from Collection.) | |
CopyTo | (Inherited from Collection.) | |
Equals | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection.) | |
Insert | (Inherited from Collection.) | |
InsertItem | Overloaded. Inserts a child object into the collection at the specified location. | |
Remove | (Inherited from Collection.) | |
RemoveAt | (Inherited from Collection.) | |
SetItem | Overloaded. Modifies the specified child object in the collection. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
ClearItems | (Inherited from Collection.) | |
Finalize | (Inherited from Object.) | |
InsertItem | (Inherited from Collection.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveItem | (Inherited from Collection.) | |
SetItem | (Inherited from Collection.) |
Public Events
Name | Description | |
---|---|---|
ComponentAdded | Raised when a component is added to the GameComponentCollection. | |
ComponentRemoved | Raised when a component is removed from the GameComponentCollection. |
See Also
Reference
GameComponentCollection Class
Microsoft.Xna.Framework Namespace