C# 클래스 EditorObjects.Gui.TimeControlButtonWindow

상속: FlatRedBall.Gui.Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
playButton FlatRedBall.Gui.ToggleButton
stopButton FlatRedBall.Gui.Button
toStartButton FlatRedBall.Gui.Button

공개 메소드들

메소드 설명
TimeControlButtonWindow ( Cursor cursor ) : System
playButtonClick ( Window callingWindow ) : void
stopButtonClick ( Window callingWindow ) : void
toStartButtonClick ( Window callingWindow ) : void

메소드 상세

TimeControlButtonWindow() 공개 메소드

public TimeControlButtonWindow ( Cursor cursor ) : System
cursor FlatRedBall.Gui.Cursor
리턴 System

playButtonClick() 공개 메소드

public playButtonClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
리턴 void

stopButtonClick() 공개 메소드

public stopButtonClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
리턴 void

toStartButtonClick() 공개 메소드

public toStartButtonClick ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
리턴 void

프로퍼티 상세

playButton 공개적으로 프로퍼티

public ToggleButton,FlatRedBall.Gui playButton
리턴 FlatRedBall.Gui.ToggleButton

stopButton 공개적으로 프로퍼티

public Button,FlatRedBall.Gui stopButton
리턴 FlatRedBall.Gui.Button

toStartButton 공개적으로 프로퍼티

public Button,FlatRedBall.Gui toStartButton
리턴 FlatRedBall.Gui.Button