C# Class HUDData, RPGQuest

This class represents the data for the HUD to display from a Hero
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
hud HUD[],
resourcePath string

Méthodes publiques

Méthode Description
AddHUD ( string n ) : void
Copy ( int index ) : void
GetCopy ( int index ) : HUD,
HUDData ( ) : System.Collections
LoadData ( ) : void
RemoveData ( int index ) : void
SaveData ( ) : void

Method Details

AddHUD() public méthode

public AddHUD ( string n ) : void
n string
Résultat void

Copy() public méthode

public Copy ( int index ) : void
index int
Résultat void

GetCopy() public méthode

public GetCopy ( int index ) : HUD,
index int
Résultat HUD,

HUDData() public méthode

public HUDData ( ) : System.Collections
Résultat System.Collections

LoadData() public méthode

public LoadData ( ) : void
Résultat void

RemoveData() public méthode

public RemoveData ( int index ) : void
index int
Résultat void

SaveData() public méthode

public SaveData ( ) : void
Résultat void

Property Details

hud public_oe property

public HUD[], hud
Résultat HUD[],

resourcePath public_oe property

public string resourcePath
Résultat string