C# 클래스 WaveEngine.Components.UI.LineInfo

Helper to TextControl component
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlignmentOffsetX float
Size System.Vector2
SubTextList List

공개 메소드들

메소드 설명
AddText ( string text, System.Color color, System.Vector2 size ) : void

Add text to the line

LineInfo ( float offsetX ) : System

Initializes a new instance of the LineInfo struct.

LineInfo ( string text, System.Color color, System.Vector2 size, float offsetX ) : System

Initializes a new instance of the LineInfo struct.

메소드 상세

AddText() 공개 메소드

Add text to the line
public AddText ( string text, System.Color color, System.Vector2 size ) : void
text string The text.
color System.Color The color.
size System.Vector2 The size.
리턴 void

LineInfo() 공개 메소드

Initializes a new instance of the LineInfo struct.
public LineInfo ( float offsetX ) : System
offsetX float offset X alignment.
리턴 System

LineInfo() 공개 메소드

Initializes a new instance of the LineInfo struct.
public LineInfo ( string text, System.Color color, System.Vector2 size, float offsetX ) : System
text string The text.
color System.Color The color.
size System.Vector2 The size.
offsetX float offset X alignment.
리턴 System

프로퍼티 상세

AlignmentOffsetX 공개적으로 프로퍼티

The offset alignment
public float AlignmentOffsetX
리턴 float

Size 공개적으로 프로퍼티

The size
public Vector2,System Size
리턴 System.Vector2

SubTextList 공개적으로 프로퍼티

Sub text list
public List SubTextList
리턴 List