Platformer Pro  2.3.2
A platform game kit for Unity.
CustomItemProperty Class Reference

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...
 

Detailed Description

A custom property for an Item.

Constructor & Destructor Documentation

◆ CustomItemProperty() [1/3]

CustomItemProperty.CustomItemProperty ( )

Initializes a new instance of the CustomItemProperty class.

◆ CustomItemProperty() [2/3]

CustomItemProperty.CustomItemProperty ( string  name)

Initializes a new instance of the CustomItemProperty class.

Parameters
nameName.

◆ CustomItemProperty() [3/3]

CustomItemProperty.CustomItemProperty ( CustomItemProperty  other)

Clone constructor. Initializes a new instance of the CustomItemProperty class.

Parameters
otherObject to clone.

Member Data Documentation

◆ floatValue

float CustomItemProperty.floatValue

The float value.

◆ intValue

int CustomItemProperty.intValue

The int value.

◆ name

string CustomItemProperty.name

name of the property.

◆ objectValue

Object CustomItemProperty.objectValue

The object value.

◆ stringValue

string CustomItemProperty.stringValue

The string value.


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