C# Class ItemDrop, PaperCowboys

Exibir arquivo Open project: Gamieon/PaperCowboys Class Usage Examples

Public Properties

Property Type Description
DropType ItemDropType
Icon UnityEngine.Texture2D
Weight float

Property Details

DropType public_oe property

The type of the drop
public ItemDropType DropType
return ItemDropType

Icon public_oe property

The item icon
public Texture2D,UnityEngine Icon
return UnityEngine.Texture2D

Weight public_oe property

The chances of it being chosen relative to other item drops
public float Weight
return float