DiscComponentData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
DiscComponentData.typeInfo TypeInformation

Constructors

DiscComponentData

DiscComponentData()

Creates a new DiscComponentData frostbite instance.

DiscComponentData

DiscComponentData(guid: Guid)

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

Parameters

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

DiscComponentData

DiscComponentData(other: UIComponentData)

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

Parameters

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

DiscComponentData

DiscComponentData(other: Asset)

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

Parameters

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

DiscComponentData

DiscComponentData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the DiscComponentData type.

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