<h2title="Uses of Interface Microsoft.Xna.Framework.IGameComponent"class="title">Uses of Interface<br>Microsoft.Xna.Framework.IGameComponent</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a> in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> that implement <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/DrawableGameComponent.html"title="class in Microsoft.Xna.Framework">DrawableGameComponent</a></strong></code>
<divclass="block">A game component that is notified when it needs to draw itself.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GameComponent.html"title="class in Microsoft.Xna.Framework">GameComponent</a></strong></code>
<divclass="block">Base class for all XNA Framework game components.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> that return <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></code></td>
<divclass="block">Gets the GameComponent affected by the event.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> with parameters of type <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
<ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a> item)</code>
<divclass="block">Modifies the specified child object in the collection.</div>
</td>
</tr>
</tbody>
</table>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <ahref="../../../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> with parameters of type <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GameComponentCollectionEventArgs.html#GameComponentCollectionEventArgs(Microsoft.Xna.Framework.IGameComponent)">GameComponentCollectionEventArgs</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a> gameComponent)</code>
<divclass="block">Creates a new instance of GameComponentCollectionEventArgs.</div>
<h3>Uses of <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a> in <ahref="../../../../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../../../Microsoft/Xna/Framework/GamerServices/package-summary.html">Microsoft.Xna.Framework.GamerServices</a> that implement <ahref="../../../../Microsoft/Xna/Framework/IGameComponent.html"title="interface in Microsoft.Xna.Framework">IGameComponent</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/GamerServices/GamerServicesComponent.html"title="class in Microsoft.Xna.Framework.GamerServices">GamerServicesComponent</a></strong></code>
<divclass="block">Wraps the functionality of the GamerServicesDispatcher.</div>