Method | Description | |
---|---|---|
FirstPersonControllerInputComponent ( [ firstPersonCameraComponent, [ firstPersonControllerPhysicsComponent ) : Microsoft.Xna.Framework | ||
Handle ( Protogame.ComponentizedEntity componentizedEntity, IGameContext gameContext, IEventEngine |
||
Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void |
public FirstPersonControllerInputComponent ( [ firstPersonCameraComponent, [ firstPersonControllerPhysicsComponent ) : Microsoft.Xna.Framework | ||
firstPersonCameraComponent | [ | |
firstPersonControllerPhysicsComponent | [ | |
return | Microsoft.Xna.Framework |
public Handle ( Protogame.ComponentizedEntity componentizedEntity, IGameContext gameContext, IEventEngine |
||
componentizedEntity | Protogame.ComponentizedEntity | |
gameContext | IGameContext | |
eventEngine | IEventEngine |
|
@event | Event | |
return | bool |
public Update ( Protogame.ComponentizedEntity entity, IGameContext gameContext, IUpdateContext updateContext ) : void | ||
entity | Protogame.ComponentizedEntity | |
gameContext | IGameContext | |
updateContext | IUpdateContext | |
return | void |