Liberi
An exergame built for kids with CP!
MapSettingAttribute Class Reference

Attribute to use on fields. Marks them for assignment from map settings. More...

Inherits Attribute.

Public Member Functions

 MapSettingAttribute (string settingKey=null)
 Marks this field for assignment from map settings. More...
 

Properties

string SettingKey [get]
 Gets the setting key used to find the value for the target field. More...
 

Detailed Description

Attribute to use on fields. Marks them for assignment from map settings.

Definition at line 7 of file MapSettingAttribute.cs.

Constructor & Destructor Documentation

MapSettingAttribute.MapSettingAttribute ( string  settingKey = null)
inline

Marks this field for assignment from map settings.

Parameters
settingKeyThe setting key used to find the value for the target field.

Definition at line 23 of file MapSettingAttribute.cs.

Property Documentation

string MapSettingAttribute.SettingKey
get

Gets the setting key used to find the value for the target field.

Definition at line 13 of file MapSettingAttribute.cs.


The documentation for this class was generated from the following file: