DataBusData

Inherits from Asset

Summary

Constructors

DataBusData()
DataBusData(guid: Guid)
DataBusData(other: Asset)
DataBusData(other: DataContainer)

Properties

Name Type
propertyConnections PropertyConnection[]
linkConnections LinkConnection[]

Static members

Name Type
DataBusData.typeInfo TypeInformation

Constructors

DataBusData

DataBusData()

Creates a new DataBusData frostbite instance.

DataBusData

DataBusData(guid: Guid)

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

Parameters

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

DataBusData

DataBusData(other: Asset)

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

Parameters

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

DataBusData

DataBusData(other: DataContainer)

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

Parameters

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

Properties

propertyConnections

PropertyConnection[]

linkConnections

LinkConnection[]

Static members

typeInfo

TypeInformation

The type information for the DataBusData type.

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