![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
A custom property for an Item. More...
Public Member Functions | |
CustomItemProperty () | |
Initializes a new instance of the CustomItemProperty class. More... | |
CustomItemProperty (string name) | |
Initializes a new instance of the CustomItemProperty class. More... | |
CustomItemProperty (CustomItemProperty other) | |
Clone constructor. Initializes a new instance of the CustomItemProperty class. More... | |
Public Attributes | |
string | name |
name of the property. More... | |
string | stringValue |
The string value. More... | |
int | intValue |
The int value. More... | |
float | floatValue |
The float value. More... | |
Object | objectValue |
The object value. More... | |
A custom property for an Item.
CustomItemProperty.CustomItemProperty | ( | ) |
Initializes a new instance of the CustomItemProperty class.
CustomItemProperty.CustomItemProperty | ( | string | name | ) |
Initializes a new instance of the CustomItemProperty class.
name | Name. |
CustomItemProperty.CustomItemProperty | ( | CustomItemProperty | other | ) |
Clone constructor. Initializes a new instance of the CustomItemProperty class.
other | Object to clone. |
float CustomItemProperty.floatValue |
The float value.
int CustomItemProperty.intValue |
The int value.
string CustomItemProperty.name |
name of the property.
Object CustomItemProperty.objectValue |
The object value.
string CustomItemProperty.stringValue |
The string value.