Declared in CC3Texture.h

Overview

Extension category to support Cocos3D functionality.

Instance Methods

addTexture:named:

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

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

Discussion

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.

Declared In

CC3Texture.h