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