C# Class RPG.Animation

Data class for animation.
Inheritance: IRpgObject
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode Description
Animation ( ) : System.Collections.Generic

Creates a new instance of an RPG.Animation.

ToString ( ) : string

Returns a that represents the current object.

Method Details

Animation() public méthode

Creates a new instance of an RPG.Animation.
public Animation ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToString() public méthode

Returns a that represents the current object.
public ToString ( ) : string
Résultat string