SoundEnvironmentConstantData

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
humanPlayerSoldierMovementVolumeOverride float
memoryTime float
minimumLoudness float

Static members

Name Type
SoundEnvironmentConstantData.typeInfo TypeInformation

Constructors

SoundEnvironmentConstantData

SoundEnvironmentConstantData()

Creates a new SoundEnvironmentConstantData frostbite instance.

SoundEnvironmentConstantData

SoundEnvironmentConstantData(guid: Guid)

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

Parameters

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

SoundEnvironmentConstantData

SoundEnvironmentConstantData(other: Asset)

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

Parameters

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

SoundEnvironmentConstantData

SoundEnvironmentConstantData(other: DataContainer)

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

Parameters

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

Properties

humanPlayerSoldierMovementVolumeOverride

float

memoryTime

float

minimumLoudness

float

Static members

typeInfo

TypeInformation

The type information for the SoundEnvironmentConstantData type.

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