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

Public Member Functions

 BooleanProperty (string name, string value)
 
bool GetValue ()
 
void SetValue (bool value)
 
- Public Member Functions inherited from GameProperty
 GameProperty (string name, string value)
 
- Public Member Functions inherited from GamePropertyValue< T >
void SetValue (T value)
 

Additional Inherited Members

- Protected Attributes inherited from GameProperty
int id
 
string name
 
string value
 
- Properties inherited from GameProperty
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 boolean type values.

Constructor & Destructor Documentation

BooleanProperty.BooleanProperty ( string  name,
string  value 
)

Member Function Documentation

bool BooleanProperty.GetValue ( )
void BooleanProperty.SetValue ( bool  value)

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