Class AttributeCache<T>
Inheritance
System.Object
AttributeCache<T>
Assembly: Eco.Gameplay.dll
Syntax
public class AttributeCache<T> : Object where T : Attribute
Type Parameters
Constructors
AttributeCache()
Declaration
Properties
CacheBuilding
Declaration
public bool CacheBuilding { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
BuildCache(Type[])
Declaration
public void BuildCache(params Type[] baseTypes)
Parameters
Type |
Name |
Description |
System.Type[] |
baseTypes |
|
Get(Type)
Declaration
public T[] Get(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Extension Methods