UIFriendsCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIFriendsCompData.typeInfo TypeInformation

Constructors

UIFriendsCompData

UIFriendsCompData()

Creates a new UIFriendsCompData frostbite instance.

UIFriendsCompData

UIFriendsCompData(guid: Guid)

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

Parameters

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

UIFriendsCompData

UIFriendsCompData(other: UIComponentData)

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

Parameters

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

UIFriendsCompData

UIFriendsCompData(other: Asset)

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

Parameters

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

UIFriendsCompData

UIFriendsCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIFriendsCompData type.

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