Sound
An object that is useful for loading and playing sound assets
Properties
Name | Type | Description |
---|
Inherited from Dynamic | Name Enabled Root Position Rotation LocalRotation Size Parent TextureID TextureTiling |
Functions
Name | Returns | Description |
---|---|---|
Play | Void | Starts playing the sound attatched to this object. |
Stop | Void | Stops playing the sound attatched to this object. |
Pause | Void | Pauses the sound attatched to this object. |
Unpause | Void | Unpauses the sound attatched to this object. |
SetVolume | Void | Sets the volume of the attached sound object. |
Inherited from Dynamic | SetParent Log IsA FindFirstChild FindFirstChildOfClass FindFirstParentOfClass MoveTo LocalToWorldPoint Clone GetChildren ClearChildren Destroy |
Events
Name | Description |
---|