C# 클래스 LuxEngine.TextArea

상속: Scene
파일 보기 프로젝트 열기: Louis-Dureuil/maya-vs-the-world

공개 프로퍼티들

프로퍼티 타입 설명
Size Vector2
overBehaviour OnOvertaking

공개 메소드들

메소드 설명
AddLine ( int offset ) : void
AddRowToLine ( int offset, int Line ) : void
AlignContent ( ) : void
CellPosition ( int line, int column ) : Vector2
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LastRow ( int line ) : int
ScaleContent ( int i, int j ) : void
SuppressOvertaking ( ) : void
TextArea ( Scene parent, int Width, int Height, OnOvertaking overBehaviour ) : System
TextAtCell ( int Line, int Row ) : Text
TreatOvertaking ( int i, int j ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
CalculateScale ( float Size, int Border, int Origin ) : float
IsOvertaking ( int i, int j ) : bool

메소드 상세

AddLine() 공개 메소드

public AddLine ( int offset ) : void
offset int
리턴 void

AddRowToLine() 공개 메소드

public AddRowToLine ( int offset, int Line ) : void
offset int
Line int
리턴 void

AlignContent() 공개 메소드

public AlignContent ( ) : void
리턴 void

CellPosition() 공개 메소드

public CellPosition ( int line, int column ) : Vector2
line int
column int
리턴 Vector2

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LastRow() 공개 메소드

public LastRow ( int line ) : int
line int
리턴 int

ScaleContent() 공개 메소드

public ScaleContent ( int i, int j ) : void
i int
j int
리턴 void

SuppressOvertaking() 공개 메소드

public SuppressOvertaking ( ) : void
리턴 void

TextArea() 공개 메소드

public TextArea ( Scene parent, int Width, int Height, OnOvertaking overBehaviour ) : System
parent Scene
Width int
Height int
overBehaviour OnOvertaking
리턴 System

TextAtCell() 공개 메소드

public TextAtCell ( int Line, int Row ) : Text
Line int
Row int
리턴 Text

TreatOvertaking() 공개 메소드

public TreatOvertaking ( int i, int j ) : void
i int
j int
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

프로퍼티 상세

Size 공개적으로 프로퍼티

public Vector2 Size
리턴 Vector2

overBehaviour 공개적으로 프로퍼티

public OnOvertaking overBehaviour
리턴 OnOvertaking