LensFlareComponentData

Inherits from ComponentData

Summary

Constructors

LensFlareComponentData()
LensFlareComponentData(guid: Guid)
LensFlareComponentData(other: ComponentData)
LensFlareComponentData(other: GameObjectData)
LensFlareComponentData(other: GameDataContainer)
LensFlareComponentData(other: DataContainer)

Properties

Name Type
lensFlare LensFlareEntityData | nil

Static members

Name Type
LensFlareComponentData.typeInfo TypeInformation

Constructors

LensFlareComponentData

LensFlareComponentData()

Creates a new LensFlareComponentData frostbite instance.

LensFlareComponentData

LensFlareComponentData(guid: Guid)

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

Parameters

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

LensFlareComponentData

LensFlareComponentData(other: ComponentData)

Casts an instance of type ComponentData to LensFlareComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to LensFlareComponentData.

LensFlareComponentData

LensFlareComponentData(other: GameObjectData)

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

Parameters

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

LensFlareComponentData

LensFlareComponentData(other: GameDataContainer)

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

Parameters

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

LensFlareComponentData

LensFlareComponentData(other: DataContainer)

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

Parameters

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

Properties

lensFlare

LensFlareEntityData | nil

Static members

typeInfo

TypeInformation

The type information for the LensFlareComponentData type.

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