C# Class Pong.Game.Controllers.StatePaddleController

Inheritance: Pong.Game.Controllers.IntentionalPaddleController
Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Protected Properties

Свойство Type Description
intendedState PositionState

Méthodes publiques

Méthode Description
StatePaddleController ( PositionState intendedState ) : Pong.Framework.Game.States
Update ( ) : void

Method Details

StatePaddleController() public méthode

public StatePaddleController ( PositionState intendedState ) : Pong.Framework.Game.States
intendedState PositionState
Résultat Pong.Framework.Game.States

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

intendedState protected_oe property

protected PositionState intendedState
Résultat PositionState