stagexl
stagexl
ResourceManager
containsBitmapData
containsBitmapData
stagexl
stagexl
ResourceManager
containsBitmapData
method
containsBitmapData
Source
stagexl
stagexl
ResourceManager
Constructors
ResourceManager
Properties
failedResources
finishedResources
hashCode
onProgress
pendingResources
resources
runtimeType
Operators
operator ==
Methods
addBitmapData
addCustomObject
addSound
addSoundSprite
addText
addTextFile
addTextureAtlas
addVideo
containsBitmapData
containsCustomObject
containsSound
containsSoundSprite
containsText
containsTextFile
containsTextureAtlas
containsVideo
dispose
getBitmapData
getCustomObject
getSound
getSoundSprite
getText
getTextFile
getTextureAtlas
getVideo
load
noSuchMethod
removeBitmapData
removeCustomObject
removeSound
removeSoundSprite
removeText
removeTextFile
removeTextureAtlas
removeVideo
toString
bool
containsBitmapData
(
String
name
)
Source
bool containsBitmapData(String name) { return _containsResource("BitmapData", name); }