UISoundCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UISoundCompData.typeInfo TypeInformation

Constructors

UISoundCompData

UISoundCompData()

Creates a new UISoundCompData frostbite instance.

UISoundCompData

UISoundCompData(guid: Guid)

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

Parameters

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

UISoundCompData

UISoundCompData(other: UIComponentData)

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

Parameters

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

UISoundCompData

UISoundCompData(other: Asset)

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

Parameters

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

UISoundCompData

UISoundCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UISoundCompData type.

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