Flying Piggy 2D Runner Kit  1.0
Complete 2D runner template for Unity
 All Classes Files Functions Variables Enumerations Enumerator Properties
GameProperty Class Reference
Inheritance diagram for GameProperty:
BooleanProperty

Public Member Functions

 GameProperty (string name, string value)
 

Protected Attributes

int id
 
string name
 
string value
 

Properties

int Id [get, set]
 
string Name [get, set]
 
string Value [get, set]
 

Detailed Description

Holds a data in the form of name > value. For saving any kind of properies.

Constructor & Destructor Documentation

GameProperty.GameProperty ( string  name,
string  value 
)

Member Data Documentation

int GameProperty.id
protected
string GameProperty.name
protected
string GameProperty.value
protected

Property Documentation

int GameProperty.Id
getset
string GameProperty.Name
getset
string GameProperty.Value
getset

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