SoundEntity
Inherits from Entity
Summary
Constructors
| SoundEntity(other: EntityBusPeer) |
| SoundEntity(other: Entity) |
Methods
| Method | Returns |
|---|---|
| Play() | void |
| Pause() | void |
Static members
| Name | Type |
|---|---|
| SoundEntity.typeInfo | TypeInformation |
Constructors
SoundEntity
SoundEntity(other: EntityBusPeer)
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityBusPeer |
SoundEntity
SoundEntity(other: Entity)
Parameters
| Name | Type | Description |
|---|---|---|
| other | Entity |
Methods
Play
Play()
Pause
Pause()
Static members
typeInfo
Last modified May 23, 2022: fix: inherits from EntityBusPeer (4eabb2cb)