|
Flying Piggy 2D Runner Kit
1.0
Complete 2D runner template for Unity
|
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] |
Holds a data in the form of name > value. For saving boolean type values.
| BooleanProperty.BooleanProperty | ( | string | name, |
| string | value | ||
| ) |
| bool BooleanProperty.GetValue | ( | ) |
Implements GamePropertyValue< T >.
| void BooleanProperty.SetValue | ( | bool | value | ) |