AdvertisementComponentData

Inherits from PartComponentData

Summary

Constructors

AdvertisementComponentData()
AdvertisementComponentData(guid: Guid)
AdvertisementComponentData(other: PartComponentData)
AdvertisementComponentData(other: ComponentData)
AdvertisementComponentData(other: GameObjectData)
AdvertisementComponentData(other: GameDataContainer)
AdvertisementComponentData(other: DataContainer)

Properties

Name Type
identifier string
adTexture string

Static members

Name Type
AdvertisementComponentData.typeInfo TypeInformation

Constructors

AdvertisementComponentData

AdvertisementComponentData()

Creates a new AdvertisementComponentData frostbite instance.

AdvertisementComponentData

AdvertisementComponentData(guid: Guid)

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

Parameters

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

AdvertisementComponentData

AdvertisementComponentData(other: PartComponentData)

Casts an instance of type PartComponentData to AdvertisementComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PartComponentData The instance to cast to AdvertisementComponentData.

AdvertisementComponentData

AdvertisementComponentData(other: ComponentData)

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

Parameters

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

AdvertisementComponentData

AdvertisementComponentData(other: GameObjectData)

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

Parameters

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

AdvertisementComponentData

AdvertisementComponentData(other: GameDataContainer)

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

Parameters

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

AdvertisementComponentData

AdvertisementComponentData(other: DataContainer)

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

Parameters

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

Properties

identifier

string

adTexture

string

Static members

typeInfo

TypeInformation

The type information for the AdvertisementComponentData type.

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