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