cocos3d  2.0.0
Instance Methods | List of all members
CCTexture2D(CC3) Category Reference

#import <CC3CC2Extensions.h>

Instance Methods

(void) - addToCacheWithName:
 

Detailed Description

Extension category to support cocos3d functionality.

Method Documentation

- (void) addToCacheWithName: (NSString *)  texName

If a CCTexture2D with the specified name does not already exist in the CCTextureCache, this texture is added to the CCTextureCache under that name.

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


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