RadioComponentData

Inherits from ComponentData

Summary

Constructors

RadioComponentData()
RadioComponentData(guid: Guid)
RadioComponentData(other: ComponentData)
RadioComponentData(other: GameObjectData)
RadioComponentData(other: GameDataContainer)
RadioComponentData(other: DataContainer)

Properties

Name Type
soundEffect SoundAsset | nil

Static members

Name Type
RadioComponentData.typeInfo TypeInformation

Constructors

RadioComponentData

RadioComponentData()

Creates a new RadioComponentData frostbite instance.

RadioComponentData

RadioComponentData(guid: Guid)

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

Parameters

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

RadioComponentData

RadioComponentData(other: ComponentData)

Casts an instance of type ComponentData to RadioComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to RadioComponentData.

RadioComponentData

RadioComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to RadioComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to RadioComponentData.

RadioComponentData

RadioComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to RadioComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to RadioComponentData.

RadioComponentData

RadioComponentData(other: DataContainer)

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

Parameters

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

Properties

soundEffect

SoundAsset | nil

Static members

typeInfo

TypeInformation

The type information for the RadioComponentData type.

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