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