All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyGameEditor.LoadSaveProviderAttribute Class Reference

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.
 

Detailed Description

Attribute for load save provider editor, used when defining the editor, derived from LoadSaveProviderEdBase, of the LoadSave provider.

Constructor & Destructor Documentation

plyGameEditor.LoadSaveProviderAttribute.LoadSaveProviderAttribute ( string  name,
System.Type  providerType 
)

Constructor.

Parameters
nameThe name of the provider. Shown to user.
providerTypeType of the provider that the editor handles.