v2.0.2
Instance Methods | List of all members
CCTextureCache(CC3) Category Reference

#import <CC3Texture.h>

Instance Methods

(void) - addTexture:named:
 

Detailed Description

Extension category to support Cocos3D functionality.

Method Documentation

- (void) addTexture: (CCTexture *)  tex2D
named: (NSString *)  texName 

If a texture with the specified name does not already exist in this cache, the specified texture is added under the specified name.

If a texture already exists in this cache under the specified name, or if either the specified texture or specified name is nil, the texture is not added to the cache.


The documentation for this category was generated from the following file: