UISessionDataComponentData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UISessionDataComponentData.typeInfo TypeInformation

Constructors

UISessionDataComponentData

UISessionDataComponentData()

Creates a new UISessionDataComponentData frostbite instance.

UISessionDataComponentData

UISessionDataComponentData(guid: Guid)

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

Parameters

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

UISessionDataComponentData

UISessionDataComponentData(other: UIComponentData)

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

Parameters

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

UISessionDataComponentData

UISessionDataComponentData(other: Asset)

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

Parameters

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

UISessionDataComponentData

UISessionDataComponentData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UISessionDataComponentData type.

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