StatCategoriesBaseTree
Inherits from TreeBase
Summary
Constructors
StatCategoriesBaseTree() |
StatCategoriesBaseTree(guid: Guid) |
StatCategoriesBaseTree(other: TreeBase) |
StatCategoriesBaseTree(other: Asset) |
StatCategoriesBaseTree(other: DataContainer) |
Properties
Name | Type |
---|---|
rootBaseCategories | StatsCategoryBaseData[] |
paramX | CriteriaData[] |
paramY | CriteriaData[] |
processAllLevelsInTree | bool |
Static members
Name | Type |
---|---|
StatCategoriesBaseTree.typeInfo | TypeInformation |
Constructors
StatCategoriesBaseTree
StatCategoriesBaseTree()
Creates a new StatCategoriesBaseTree frostbite instance.
StatCategoriesBaseTree
StatCategoriesBaseTree(guid: Guid)
Creates a new StatCategoriesBaseTree frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
StatCategoriesBaseTree
StatCategoriesBaseTree(other: TreeBase)
Casts an instance of type TreeBase to StatCategoriesBaseTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TreeBase | The instance to cast to StatCategoriesBaseTree. |
StatCategoriesBaseTree
StatCategoriesBaseTree(other: Asset)
Casts an instance of type Asset to StatCategoriesBaseTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to StatCategoriesBaseTree. |
StatCategoriesBaseTree
StatCategoriesBaseTree(other: DataContainer)
Casts an instance of type DataContainer to StatCategoriesBaseTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to StatCategoriesBaseTree. |
Properties
rootBaseCategories
paramX
paramY
processAllLevelsInTree
bool
Static members
typeInfo
The type information for the StatCategoriesBaseTree type.