public class GameComponentCollectionEventArgs
extends System.EventArgs
Constructor and Description |
---|
GameComponentCollectionEventArgs(IGameComponent gameComponent)
Creates a new instance of GameComponentCollectionEventArgs.
|
Modifier and Type | Method and Description |
---|---|
IGameComponent |
getGameComponent()
Gets the GameComponent affected by the event.
|
public GameComponentCollectionEventArgs(IGameComponent gameComponent)
gameComponent
- The GameComponent affected by the event.public IGameComponent getGameComponent()