Type Alias SceneType<T>

SceneType<T>: (new (entityManager: EntityManager, assetManager: AssetManager) => T)

This type represents a scene class

Type Parameters