Class StatCatalog
Catalog for StatDefinition instances.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public class StatCatalog
Methods
Name | Description |
---|---|
FindStatDefinition(string) | Find and return a StatDefinition by its
|
GetStatDefinitions() | Returns an array of all StatDefinition instances of this catalog. |
GetStatDefinitions(ICollection<StatDefinition>) | Fills the given collection with all StatDefinitions in this catalog.
Note: this returns the current state of all StatDefinitions. |