UIMatchCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UIMatchCompData.typeInfo TypeInformation

Constructors

UIMatchCompData

UIMatchCompData()

Creates a new UIMatchCompData frostbite instance.

UIMatchCompData

UIMatchCompData(guid: Guid)

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

Parameters

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

UIMatchCompData

UIMatchCompData(other: UIComponentData)

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

Parameters

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

UIMatchCompData

UIMatchCompData(other: Asset)

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

Parameters

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

UIMatchCompData

UIMatchCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UIMatchCompData type.

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