C# 클래스 FarseerPhysics.Samples.ScreenSystem.OptionEntry

Helper class represents a single entry in a OptionScreen.
파일 보기 프로젝트 열기: tinco/Farseer-Physics

공개 메소드들

메소드 설명
InitializePosition ( Vector2 target ) : void
OptionEntry ( string text, bool isChecked ) : System

Constructs a new option entry with the specified text.

Switch ( ) : void
Update ( bool isHovered, GameTime gameTime ) : void

Updates the menu entry.

메소드 상세

InitializePosition() 공개 메소드

public InitializePosition ( Vector2 target ) : void
target Vector2
리턴 void

OptionEntry() 공개 메소드

Constructs a new option entry with the specified text.
public OptionEntry ( string text, bool isChecked ) : System
text string
isChecked bool
리턴 System

Switch() 공개 메소드

public Switch ( ) : void
리턴 void

Update() 공개 메소드

Updates the menu entry.
public Update ( bool isHovered, GameTime gameTime ) : void
isHovered bool
gameTime Microsoft.Xna.Framework.GameTime
리턴 void