C# Class NekoKun.RPGMaker.EventCommandGroup

Mostra 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_oe property

public Dictionary Commands
return EventCommand>.Dictionary

ForeColor public_oe property

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

ID public_oe property

public string ID
return string

Name public_oe property

public string Name
return string

Provider public_oe property

public EventCommandProvider Provider
return EventCommandProvider