Introduction to iOS Dev (44) SKTextureAtlas

Source: Internet
Author: User
Tags spritekit

Introduction to iOS Dev (44) SKTextureAtlas

  •  
  • Header file definition SpriteKit/SKTextureAtlas. h
    #import 
        
         #import 
         
          SK_EXPORT @interface SKTextureAtlas : NSObject 
          
           + (SKTextureAtlas *)atlasNamed:(NSString *)name;- (SKTexture *)textureNamed:(NSString *)name;+ (void)preloadTextureAtlases:(NSArray *)textureAtlases withCompletionHandler:(void(^)  (void))completionHandler;- (void)preloadWithCompletionHandler:(void(^)(void))completionHandler;@property (SK_NONATOMIC_IOSONLY, readonly) NSArray *textureNames;@end
          
         
        
    Create a texture set based on the data in the project package
    + (SKTextureAtlas *)atlasNamed:(NSString *)name

    The parameter is the name of the texture set and returns a texture set.

    Create a texture using a texture set
    + (SKTexture *)textureNamed:(NSString *)name
    Others

    These two are the most common ones, and I will introduce them later.

    Reprinted please indicate the blog from laruence: http://prevention.iteye.com

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.