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