Attribute for load save provider editor, used when defining the editor, derived from LoadSaveProviderEdBase, of the LoadSave provider. More...
Inherits Attribute.
Public Member Functions | |
| LoadSaveProviderAttribute (string name, System.Type providerType) | |
| Constructor. More... | |
Public Attributes | |
| string | Name |
| The name of the provider. Shown to user. | |
| System.Type | ProviderType |
| Type of the provider that the editor handles. | |
Attribute for load save provider editor, used when defining the editor, derived from LoadSaveProviderEdBase, of the LoadSave provider.
| plyGameEditor.LoadSaveProviderAttribute.LoadSaveProviderAttribute | ( | string | name, |
| System.Type | providerType | ||
| ) |
Constructor.
| name | The name of the provider. Shown to user. |
| providerType | Type of the provider that the editor handles. |