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