SoundPrimeEntityData
Inherits from EntityData
Summary
Constructors
SoundPrimeEntityData() |
SoundPrimeEntityData(guid: Guid) |
SoundPrimeEntityData(other: EntityData) |
SoundPrimeEntityData(other: GameObjectData) |
SoundPrimeEntityData(other: GameDataContainer) |
SoundPrimeEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
dataAssets | SoundDataAsset[] |
Static members
Name | Type |
---|---|
SoundPrimeEntityData.typeInfo | TypeInformation |
Constructors
SoundPrimeEntityData
SoundPrimeEntityData()
Creates a new SoundPrimeEntityData frostbite instance.
SoundPrimeEntityData
SoundPrimeEntityData(guid: Guid)
Creates a new SoundPrimeEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoundPrimeEntityData
SoundPrimeEntityData(other: EntityData)
Casts an instance of type EntityData to SoundPrimeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to SoundPrimeEntityData. |
SoundPrimeEntityData
SoundPrimeEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to SoundPrimeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SoundPrimeEntityData. |
SoundPrimeEntityData
SoundPrimeEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SoundPrimeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SoundPrimeEntityData. |
SoundPrimeEntityData
SoundPrimeEntityData(other: DataContainer)
Casts an instance of type DataContainer to SoundPrimeEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoundPrimeEntityData. |
Properties
dataAssets
Static members
typeInfo
The type information for the SoundPrimeEntityData type.