C# 클래스 Project290.FancyFont.FancyCharacter

A fancy character that can ExPlOaD.
파일 보기 프로젝트 열기: scastle/Solitude

공개 프로퍼티들

프로퍼티 타입 설명
Disposed bool
character char
position Vector2

공개 메소드들

메소드 설명
Draw ( ) : void

Draws this instance.

Expload ( Vector2 location ) : void

Exploads the character from the specified location.

FancyCharacter ( char character, Vector2 position, float scale, Color color, string fontName, long startupEffectTimeOffset, float layerDepth ) : System

Initializes a new instance of the FancyCharacter class.

Update ( ) : void

Updates this instance.

메소드 상세

Draw() 공개 메소드

Draws this instance.
public Draw ( ) : void
리턴 void

Expload() 공개 메소드

Exploads the character from the specified location.
public Expload ( Vector2 location ) : void
location Vector2 The location.
리턴 void

FancyCharacter() 공개 메소드

Initializes a new instance of the FancyCharacter class.
public FancyCharacter ( char character, Vector2 position, float scale, Color color, string fontName, long startupEffectTimeOffset, float layerDepth ) : System
character char The character.
position Vector2 The position.
scale float The scale.
color Color The color.
fontName string Name of the font.
startupEffectTimeOffset long The startup effect time offset.
layerDepth float The layer depth.
리턴 System

Update() 공개 메소드

Updates this instance.
public Update ( ) : void
리턴 void

프로퍼티 상세

Disposed 공개적으로 프로퍼티

Is this disposed and should this be removed from existance?
public bool Disposed
리턴 bool

character 공개적으로 프로퍼티

The character to display.
public char character
리턴 char

position 공개적으로 프로퍼티

The position of the character.
public Vector2 position
리턴 Vector2