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

Attribute to use on fields. Marks them for assignment from spawn details. More...

Inherits Attribute.

Public Member Functions

 SpawnDetailAttribute (string detailKey=null)
 Marks this field for assignment from spawn details. More...
 

Properties

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

Detailed Description

Attribute to use on fields. Marks them for assignment from spawn details.

Definition at line 7 of file SpawnDetailAttribute.cs.

Constructor & Destructor Documentation

SpawnDetailAttribute.SpawnDetailAttribute ( string  detailKey = null)
inline

Marks this field for assignment from spawn details.

Parameters
detailKeyThe detail key used to find the value for the target field.

Definition at line 23 of file SpawnDetailAttribute.cs.

Property Documentation

string SpawnDetailAttribute.DetailKey
get

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

Definition at line 13 of file SpawnDetailAttribute.cs.


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