(type: string, name: string, value: string | null = null)
| 987 | } |
| 988 | |
| 989 | static asset (type: string, name: string, value: string | null = null) { |
| 990 | return _asset (this.asEngine (), type, name, value); |
| 991 | } |
| 992 | |
| 993 | /** |
| 994 | * Get or set a cached AudioBuffer |
no test coverage detected