InterfaceDescriptorData

Inherits from DynamicDataContainer

Summary

Constructors

InterfaceDescriptorData()
InterfaceDescriptorData(guid: Guid)
InterfaceDescriptorData(other: DynamicDataContainer)
InterfaceDescriptorData(other: DataContainer)

Properties

Name Type
inputEvents DynamicEvent[]
outputEvents DynamicEvent[]
inputLinks DynamicLink[]
outputLinks DynamicLink[]

Static members

Name Type
InterfaceDescriptorData.typeInfo TypeInformation

Constructors

InterfaceDescriptorData

InterfaceDescriptorData()

Creates a new InterfaceDescriptorData frostbite instance.

InterfaceDescriptorData

InterfaceDescriptorData(guid: Guid)

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

Parameters

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

InterfaceDescriptorData

InterfaceDescriptorData(other: DynamicDataContainer)

Casts an instance of type DynamicDataContainer to InterfaceDescriptorData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DynamicDataContainer The instance to cast to InterfaceDescriptorData.

InterfaceDescriptorData

InterfaceDescriptorData(other: DataContainer)

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

Parameters

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

Properties

inputEvents

DynamicEvent[]

outputEvents

DynamicEvent[]

DynamicLink[]

DynamicLink[]

Static members

typeInfo

TypeInformation

The type information for the InterfaceDescriptorData type.

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