C# Class UnitData, ES2015F

Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015F Class Usage Examples

Public Properties

Property Type Description
description string
preview Sprite
requiredTime float
resourceCost ResourceValueDictionary
stats StatValueDictionary

Property Details

description public property

public string description
return string

preview public property

public Sprite preview
return Sprite

requiredTime public property

public float requiredTime
return float

resourceCost public property

public ResourceValueDictionary resourceCost
return ResourceValueDictionary

stats public property

public StatValueDictionary stats
return StatValueDictionary