FrontEndComponentData

Inherits from UIComponentData

Summary

Constructors

FrontEndComponentData()
FrontEndComponentData(guid: Guid)
FrontEndComponentData(other: UIComponentData)
FrontEndComponentData(other: Asset)
FrontEndComponentData(other: DataContainer)

Static members

Name Type
FrontEndComponentData.typeInfo TypeInformation

Constructors

FrontEndComponentData

FrontEndComponentData()

Creates a new FrontEndComponentData frostbite instance.

FrontEndComponentData

FrontEndComponentData(guid: Guid)

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

Parameters

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

FrontEndComponentData

FrontEndComponentData(other: UIComponentData)

Casts an instance of type UIComponentData to FrontEndComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to FrontEndComponentData.

FrontEndComponentData

FrontEndComponentData(other: Asset)

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

Parameters

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

FrontEndComponentData

FrontEndComponentData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the FrontEndComponentData type.

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