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