C# Class SimpleXamlCharacter.XamlCharacter

XAMLファイルから生成されるキャラを表します。
Inheritance: IHarrietCharacter
Afficher le fichier Open project: malaybaku/harriet

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( ) : Task
Update ( ) : void
XamlCharacter ( string xamlFilename ) : System.Threading.Tasks

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : Task
Résultat Task

Update() public méthode

public Update ( ) : void
Résultat void

XamlCharacter() public méthode

public XamlCharacter ( string xamlFilename ) : System.Threading.Tasks
xamlFilename string
Résultat System.Threading.Tasks