Show / Hide Table of Contents

Class StatAttribute

Inheritance
System.Object
StatAttribute
StatPropAttribute
Namespace: Eco.Stats
Assembly: Eco.Stats.dll
Syntax
public class StatAttribute : Attribute

Constructors

StatAttribute()

Declaration
public StatAttribute()

StatAttribute(String, Unit, StatType)

Declaration
public StatAttribute(string category, Unit unit, StatType statType)
Parameters
Type Name Description
System.String category
Unit unit
StatType statType

Fields

Category

Declaration
public string Category
Field Value
Type Description
System.String

Unit

Declaration
public Unit Unit
Field Value
Type Description
Unit

Properties

StatType

Declaration
public StatType StatType { get; set; }
Property Value
Type Description
StatType
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾