C# Class NekoKun.RPGMaker.EventCommandGroup

Show file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
Commands EventCommand>.Dictionary
ForeColor System.Drawing.Color
ID string
Name string
Provider EventCommandProvider

Public Methods

Method Description
EventCommandGroup ( System node, EventCommandProvider provider ) : System

Method Details

EventCommandGroup() public method

public EventCommandGroup ( System node, EventCommandProvider provider ) : System
node System
provider EventCommandProvider
return System

Property Details

Commands public property

public Dictionary Commands
return EventCommand>.Dictionary

ForeColor public property

public System.Drawing.Color ForeColor
return System.Drawing.Color

ID public property

public string ID
return string

Name public property

public string Name
return string

Provider public property

public EventCommandProvider Provider
return EventCommandProvider