Class StatCatalog
Definitions for StatDefinitions. The Stat Catalog serves as a way to find references to Definitions, as needed.
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class StatCatalog
Methods
Name | Description |
---|---|
Get |
Find and return Stat definition by its Hash. |
Get |
Find and return a StatDefinition by its Id. |
Get |
Returns an array of all stat definitions in this catalog. |
Get |
Fills the given list with all stat definitions in this catalog. Note: this returns the current state of all stat definitions. To ensure that there are no invalid or duplicate entries, the list will always be cleared and 'recycled' (i.e. updated) with current data. |
Is |
Determine if specified Stat definition Hash is unique in the Stat catalog. |