SoundDataAsset

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
nameHash int
chunks SoundDataChunk[]

Static members

Name Type
SoundDataAsset.typeInfo TypeInformation

Constructors

SoundDataAsset

SoundDataAsset()

Creates a new SoundDataAsset frostbite instance.

SoundDataAsset

SoundDataAsset(guid: Guid)

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

Parameters

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

SoundDataAsset

SoundDataAsset(other: Asset)

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

Parameters

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

SoundDataAsset

SoundDataAsset(other: DataContainer)

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

Parameters

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

Properties

nameHash

int

chunks

SoundDataChunk[]

Static members

typeInfo

TypeInformation

The type information for the SoundDataAsset type.

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