|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSystem.EventArgs
Microsoft.Xna.Framework.GameComponentCollectionEventArgs
public class GameComponentCollectionEventArgs
Arguments used with events from the GameComponentCollection.
Field Summary |
---|
Fields inherited from class System.EventArgs |
---|
Empty |
Constructor Summary | |
---|---|
GameComponentCollectionEventArgs(IGameComponent gameComponent)
Creates a new instance of GameComponentCollectionEventArgs. |
Method Summary | |
---|---|
IGameComponent |
getGameComponent()
Gets the GameComponent affected by the event. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GameComponentCollectionEventArgs(IGameComponent gameComponent)
gameComponent
- The GameComponent affected by the event.Method Detail |
---|
public IGameComponent getGameComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |