Package com.soywiz.korge.dragonbones
Types
Link copied to clipboard
Link copied to clipboard
open class KorgeDbFactory(val pool: BaseObjectPool = BaseObjectPool(), dataParser: DataParser = ObjectDataParser(pool)) : BaseFactory
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class KorgeDbTextureAtlasData(pool: SingleObjectPool<KorgeDbTextureAtlasData>) : TextureAtlasData
Content copied to clipboard
Link copied to clipboard
class KorgeDbTextureData(pool: SingleObjectPool<KorgeDbTextureData>) : TextureData
Content copied to clipboard
Functions
Link copied to clipboard
fun DragonBonesData.buildFirstArmatureDisplay(factory: KorgeDbFactory): KorgeDbArmatureDisplay?
Content copied to clipboard
Link copied to clipboard
suspend fun VfsFile.readDbAtlas(factory: KorgeDbFactory): TextureAtlasData?
Content copied to clipboard
Link copied to clipboard
suspend fun VfsFile.readDbSkeleton(factory: KorgeDbFactory): DragonBonesData
Content copied to clipboard
Link copied to clipboard
suspend fun VfsFile.readDbSkeletonAndAtlas(factory: KorgeDbFactory): DragonBonesData
Content copied to clipboard
Link copied to clipboard