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

The text block.
상속: Control
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
disposed bool
isGlobalAsset bool

Private Properties

프로퍼티 타입 설명
UpdateAlignment void
UpdateSize void

공개 메소드들

메소드 설명
CalculateAlignmentOffset ( System.Vector2 size ) : float

Calculates the alignment offset.

TextControl ( ) : System

Initializes a new instance of the TextControl class.

TextControl ( string fontPath ) : System

Initializes a new instance of the TextControl class.

TextControl ( string fontPath, bool isGlobalAsset ) : System

Initializes a new instance of the TextControl class.

보호된 메소드들

메소드 설명
DefaultValues ( ) : void

Sets default values for this instances.

Dispose ( bool disposing ) : void

The dispose.

Initialize ( ) : void

Initializes this instance.

비공개 메소드들

메소드 설명
UpdateAlignment ( ) : void

Updates the alignment.

UpdateSize ( ) : void

Updates the size.

메소드 상세

CalculateAlignmentOffset() 공개 메소드

Calculates the alignment offset.
public CalculateAlignmentOffset ( System.Vector2 size ) : float
size System.Vector2 The size.
리턴 float

DefaultValues() 보호된 메소드

Sets default values for this instances.
protected DefaultValues ( ) : void
리턴 void

Dispose() 보호된 메소드

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
리턴 void

Initialize() 보호된 메소드

Initializes this instance.
protected Initialize ( ) : void
리턴 void

TextControl() 공개 메소드

Initializes a new instance of the TextControl class.
public TextControl ( ) : System
리턴 System

TextControl() 공개 메소드

Initializes a new instance of the TextControl class.
public TextControl ( string fontPath ) : System
fontPath string /// The font path. ///
리턴 System

TextControl() 공개 메소드

Initializes a new instance of the TextControl class.
public TextControl ( string fontPath, bool isGlobalAsset ) : System
fontPath string /// The font Path. ///
isGlobalAsset bool /// The is Global Asset. ///
리턴 System

프로퍼티 상세

disposed 보호되어 있는 프로퍼티

The disposed.
protected bool disposed
리턴 bool

isGlobalAsset 보호되어 있는 프로퍼티

The is global asset.
protected bool isGlobalAsset
리턴 bool