C# Class Project290.FancyFont.FancyCharacter

A fancy character that can ExPlOaD.
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Свойство Type Description
Disposed bool
character char
position Vector2

Méthodes publiques

Méthode Description
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.

Method Details

Draw() public méthode

Draws this instance.
public Draw ( ) : void
Résultat void

Expload() public méthode

Exploads the character from the specified location.
public Expload ( Vector2 location ) : void
location Vector2 The location.
Résultat void

FancyCharacter() public méthode

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.
Résultat System

Update() public méthode

Updates this instance.
public Update ( ) : void
Résultat void

Property Details

Disposed public_oe property

Is this disposed and should this be removed from existance?
public bool Disposed
Résultat bool

character public_oe property

The character to display.
public char character
Résultat char

position public_oe property

The position of the character.
public Vector2 position
Résultat Vector2