C# Класс Pong.Game.Controllers.LocalPlayerController

Наследование: StatePaddleController
Показать файл Открыть проект

Открытые методы

Метод Описание
LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States
OnCursorMoved ( CursorMovedEventArgs e ) : void

Raised after the player moves the in-game cursor.

Описание методов

LocalPlayerController() публичный Метод

public LocalPlayerController ( PositionState intendedState ) : Pong.Framework.Game.States
intendedState PositionState
Результат Pong.Framework.Game.States

OnCursorMoved() публичный Метод

Raised after the player moves the in-game cursor.
public OnCursorMoved ( CursorMovedEventArgs e ) : void
e CursorMovedEventArgs The event arguments.
Результат void