Class Item
Inherited Members
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Assembly: LobsterFramework.dll
Syntax
public abstract class Item : ScriptableObject
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; }
Property Value
|
Improve this Doc
View Source
Discardable
Declaration
public bool Discardable { get; }
Property Value
|
Improve this Doc
View Source
Icon
Declaration
public Sprite Icon { get; }
Property Value
|
Improve this Doc
View Source
ItemLimit
Declaration
public int ItemLimit { get; }
Property Value
|
Improve this Doc
View Source
ItemName
Declaration
public string ItemName { get; }
Property Value
|
Improve this Doc
View Source
ItemType
Declaration
public ItemType ItemType { get; }
Property Value
|
Improve this Doc
View Source
Persistent
Declaration
public bool Persistent { get; }
Property Value