C# Класс Project290.FancyFont.FancyCharacter

A fancy character that can ExPlOaD.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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