Class StatCatalog
Definitions for StatDefinitions. The Stat Catalog serves as a way to find references to Definitions, as needed.
Inherited Members
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public class StatCatalog : ScriptableObject
Methods
Name | Description |
---|---|
Add |
Adds the given StatDefintion to this Catalog. |
Create() | Creates a new StatCatalog. |
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. |
Remove |
Removes the given StatDefinition from this Catalog. |