C# Class NekoKun.RPGMaker.EventCommandGroup

Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Свойство Type Description
Commands EventCommand>.Dictionary
ForeColor System.Drawing.Color
ID string
Name string
Provider EventCommandProvider

Méthodes publiques

Méthode Description
EventCommandGroup ( System node, EventCommandProvider provider ) : System

Method Details

EventCommandGroup() public méthode

public EventCommandGroup ( System node, EventCommandProvider provider ) : System
node System
provider EventCommandProvider
Résultat System

Property Details

Commands public_oe property

public Dictionary Commands
Résultat EventCommand>.Dictionary

ForeColor public_oe property

public System.Drawing.Color ForeColor
Résultat System.Drawing.Color

ID public_oe property

public string ID
Résultat string

Name public_oe property

public string Name
Résultat string

Provider public_oe property

public EventCommandProvider Provider
Résultat EventCommandProvider