EnlightenDataAsset

Inherits from Asset

Summary

Constructors

EnlightenDataAsset()
EnlightenDataAsset(guid: Guid)
EnlightenDataAsset(other: Asset)
EnlightenDataAsset(other: DataContainer)

Properties

Name Type
debugBackFaceTexture TextureAsset | nil
maxResolutionY int
debugChartTexture TextureAsset | nil
skyVisibilityTexture TextureAsset | nil
visibilityThreshold float
maxResolutionX int
loadDebugData bool
dynamicEnable bool

Static members

Name Type
EnlightenDataAsset.typeInfo TypeInformation

Constructors

EnlightenDataAsset

EnlightenDataAsset()

Creates a new EnlightenDataAsset frostbite instance.

EnlightenDataAsset

EnlightenDataAsset(guid: Guid)

Creates a new EnlightenDataAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

EnlightenDataAsset

EnlightenDataAsset(other: Asset)

Casts an instance of type Asset to EnlightenDataAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to EnlightenDataAsset.

EnlightenDataAsset

EnlightenDataAsset(other: DataContainer)

Casts an instance of type DataContainer to EnlightenDataAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to EnlightenDataAsset.

Properties

debugBackFaceTexture

TextureAsset | nil

maxResolutionY

int

debugChartTexture

TextureAsset | nil

skyVisibilityTexture

TextureAsset | nil

visibilityThreshold

float

maxResolutionX

int

loadDebugData

bool

dynamicEnable

bool

Static members

typeInfo

TypeInformation

The type information for the EnlightenDataAsset type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)