C# Class Pong.Game.Controllers.StatePaddleController

Inheritance: Pong.Game.Controllers.IntentionalPaddleController
显示文件 Open project: Pathoschild/smapi-mod-dump

Protected Properties

Property Type Description
intendedState PositionState

Public Methods

Method Description
StatePaddleController ( PositionState intendedState ) : Pong.Framework.Game.States
Update ( ) : void

Method Details

StatePaddleController() public method

public StatePaddleController ( PositionState intendedState ) : Pong.Framework.Game.States
intendedState PositionState
return Pong.Framework.Game.States

Update() public method

public Update ( ) : void
return void

Property Details

intendedState protected_oe property

protected PositionState intendedState
return PositionState