StatCategoryTreeCollection
Inherits from Asset
Summary
Constructors
| StatCategoryTreeCollection() |
| StatCategoryTreeCollection(guid: Guid) |
| StatCategoryTreeCollection(other: Asset) |
| StatCategoryTreeCollection(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| categoryTrees | StatCategoriesBaseTree[] |
Static members
| Name | Type |
|---|---|
| StatCategoryTreeCollection.typeInfo | TypeInformation |
Constructors
StatCategoryTreeCollection
StatCategoryTreeCollection()
Creates a new StatCategoryTreeCollection frostbite instance.
StatCategoryTreeCollection
StatCategoryTreeCollection(guid: Guid)
Creates a new StatCategoryTreeCollection frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
StatCategoryTreeCollection
StatCategoryTreeCollection(other: Asset)
Casts an instance of type Asset to StatCategoryTreeCollection. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to StatCategoryTreeCollection. |
StatCategoryTreeCollection
StatCategoryTreeCollection(other: DataContainer)
Casts an instance of type DataContainer to StatCategoryTreeCollection. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to StatCategoryTreeCollection. |
Properties
categoryTrees
Static members
typeInfo
The type information for the StatCategoryTreeCollection type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)