UI3dLaserTagCompData

Inherits from UI3dIconCompData

Summary

Constructors

UI3dLaserTagCompData()
UI3dLaserTagCompData(guid: Guid)
UI3dLaserTagCompData(other: UI3dIconCompData)
UI3dLaserTagCompData(other: UIComponentData)
UI3dLaserTagCompData(other: Asset)
UI3dLaserTagCompData(other: DataContainer)

Static members

Name Type
UI3dLaserTagCompData.typeInfo TypeInformation

Constructors

UI3dLaserTagCompData

UI3dLaserTagCompData()

Creates a new UI3dLaserTagCompData frostbite instance.

UI3dLaserTagCompData

UI3dLaserTagCompData(guid: Guid)

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

Parameters

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

UI3dLaserTagCompData

UI3dLaserTagCompData(other: UI3dIconCompData)

Casts an instance of type UI3dIconCompData to UI3dLaserTagCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UI3dIconCompData The instance to cast to UI3dLaserTagCompData.

UI3dLaserTagCompData

UI3dLaserTagCompData(other: UIComponentData)

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

Parameters

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

UI3dLaserTagCompData

UI3dLaserTagCompData(other: Asset)

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

Parameters

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

UI3dLaserTagCompData

UI3dLaserTagCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UI3dLaserTagCompData type.

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