C# 클래스 Pong.Game.Controllers.LocalPlayerController

상속: StatePaddleController
파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
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