stagexl
stagexl
ResourceManager
containsVideo
containsVideo
stagexl
stagexl
ResourceManager
containsVideo
method
containsVideo
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
containsVideo
(
String
name
)
Source
bool containsVideo(String name) { return _containsResource("Video", name); }