DynamicEnlightenEntityData

Inherits from EnlightenEntityData

Summary

Constructors

DynamicEnlightenEntityData()
DynamicEnlightenEntityData(guid: Guid)
DynamicEnlightenEntityData(other: EnlightenEntityData)
DynamicEnlightenEntityData(other: EntityData)
DynamicEnlightenEntityData(other: GameObjectData)
DynamicEnlightenEntityData(other: GameDataContainer)
DynamicEnlightenEntityData(other: DataContainer)

Properties

Name Type
enlightenData EnlightenDataAsset | nil

Static members

Name Type
DynamicEnlightenEntityData.typeInfo TypeInformation

Constructors

DynamicEnlightenEntityData

DynamicEnlightenEntityData()

Creates a new DynamicEnlightenEntityData frostbite instance.

DynamicEnlightenEntityData

DynamicEnlightenEntityData(guid: Guid)

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

Parameters

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

DynamicEnlightenEntityData

DynamicEnlightenEntityData(other: EnlightenEntityData)

Casts an instance of type EnlightenEntityData to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EnlightenEntityData The instance to cast to DynamicEnlightenEntityData.

DynamicEnlightenEntityData

DynamicEnlightenEntityData(other: EntityData)

Casts an instance of type EntityData to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to DynamicEnlightenEntityData.

DynamicEnlightenEntityData

DynamicEnlightenEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to DynamicEnlightenEntityData.

DynamicEnlightenEntityData

DynamicEnlightenEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to DynamicEnlightenEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to DynamicEnlightenEntityData.

DynamicEnlightenEntityData

DynamicEnlightenEntityData(other: DataContainer)

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

Parameters

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

Properties

enlightenData

EnlightenDataAsset | nil

Static members

typeInfo

TypeInformation

The type information for the DynamicEnlightenEntityData type.

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