HOCO Unity SDK 0.0.15-Alpha
A Web3 SDK provided by HoneyComb
Loading...
Searching...
No Matches
Hoco.Samples Namespace Reference

Namespaces

namespace  Editor
 
namespace  Runtime
 

Classes

class  BaseStats
 
class  ItemData
 
class  ItemStats
 
class  NFTMetadata
 
class  PrimaryStats
 The Primary Stats for the game world. More...
 
class  SecondaryStats
 The Secondary Stats for the game world that are calculated from the Primary Stats. More...
 

Enumerations

enum  DecorationType { Ground , GroundAndWalls , Wall }
 
enum  EquipmentType { None , Hand , Head , Back }
 
enum  ItemRarity {
  Trash = 0 , Common = 2 , Uncommon = 4 , Rare = 6 ,
  Epic = 8 , Legendary = 10
}
 
enum  ItemType { General = 0 , Consumable = 30 , Equipment = 50 , NFT = 90 }
 

Enumeration Type Documentation

◆ DecorationType

Enumerator
Ground 
GroundAndWalls 
Wall 

◆ EquipmentType

Enumerator
None 
Hand 
Head 
Back 

◆ ItemRarity

enum ItemRarity
Enumerator
Trash 
Common 
Uncommon 
Rare 
Epic 
Legendary 

◆ ItemType

enum ItemType
Enumerator
General 
Consumable 
Equipment 
NFT