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