MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / asset

Method asset

src/monogatari.ts:989–991  ·  view source on GitHub ↗
(type: string, name: string, value: string | null = null)

Source from the content-addressed store, hash-verified

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

Callers 9

preloadAssetMethod · 0.80
unloadPersistentMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
initMethod · 0.80
renderMethod · 0.80
playAmbientFunction · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected