Created
          January 30, 2021 08:35 
        
      - 
      
 - 
        
Save triacontane/820802c665f74999cbacf77de0be87cf to your computer and use it in GitHub Desktop.  
    キャッシュされていないbitmapをbltするサンプル
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var bitmap = ImageManager.loadFace(faceName); | |
| bitmap.addLoadListener(function() { | |
| this.contents.blt(bitmap, 0, 0, 0, 0, 0, 0); | |
| }.bind(this)); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
bltの引数は別途指定してください。