@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
13 lines (11 loc) • 373 B
JavaScript
export const SGMeshEvents = {
/**
* When asset is attached/loaded onto the Mesh component.
* This is the time when the 3d data becomes renderable
*/
AssetLoaded: '@ecd-component-SGMesh/asset-attached',
/**
* Required asset failed to load for whatever reason
*/
AssetLoadFailed: '@ecd-component-SGMesh/asset-failed',
};