Sound.Start Method
Definition
Starts the sound with the specified initial signal level.
public abstract void Start(bool signal);
Parameters
| Name | Type | Description |
|---|---|---|
| signal | Boolean | The initial signal level. |
Starts the sound with the specified initial signal level.
public abstract void Start(bool signal);
| Name | Type | Description |
|---|---|---|
| signal | Boolean | The initial signal level. |