Class SimpleItemData
Inheritance
System.Object
SimpleItemData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.Demo
Assembly: NoXP.RuntimeComponents.dll
Syntax
[Serializable]
public class SimpleItemData
Properties
Amount
Declaration
public int Amount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Description
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Icon
Declaration
public Sprite Icon { get; }
Property Value
| Type | Description |
|---|---|
| UnityEngine.Sprite |
MaximumAmount
Declaration
public int MaximumAmount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |