IrReverbEntityData
Inherits from EntityData
Summary
Constructors
| IrReverbEntityData() |
| IrReverbEntityData(guid: Guid) |
| IrReverbEntityData(other: EntityData) |
| IrReverbEntityData(other: GameObjectData) |
| IrReverbEntityData(other: GameDataContainer) |
| IrReverbEntityData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| impulseResponse | ImpulseResponseAsset | nil |
| gain | float |
| volume | float |
| fadeCurve | FadeCurveType |
Static members
| Name | Type |
|---|---|
| IrReverbEntityData.typeInfo | TypeInformation |
Constructors
IrReverbEntityData
IrReverbEntityData()
Creates a new IrReverbEntityData frostbite instance.
IrReverbEntityData
IrReverbEntityData(guid: Guid)
Creates a new IrReverbEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
IrReverbEntityData
IrReverbEntityData(other: EntityData)
Casts an instance of type EntityData to IrReverbEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to IrReverbEntityData. |
IrReverbEntityData
IrReverbEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to IrReverbEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to IrReverbEntityData. |
IrReverbEntityData
IrReverbEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to IrReverbEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to IrReverbEntityData. |
IrReverbEntityData
IrReverbEntityData(other: DataContainer)
Casts an instance of type DataContainer to IrReverbEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to IrReverbEntityData. |
Properties
impulseResponse
ImpulseResponseAsset | nil
gain
float
volume
float
fadeCurve
Static members
typeInfo
The type information for the IrReverbEntityData type.