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