Inherits from NSObject
Declared in CC3PFXResource.h
CC3PFXResource.mm

Overview

CC3PFXEffectTexture is a simple object that links a texture with a particular texture unit.

Tasks

Other Methods

Other Methods

Properties

name

The name of the texture as declared in the PFX file.

@property (nonatomic, retain) NSString *name

Declared In

CC3PFXResource.h

texture

The texture being linked to a particular texture unit.

@property (nonatomic, retain) CC3Texture *texture

Declared In

CC3PFXResource.h

textureUnitIndex

The index of the texture unit to which the texture should be applied.

@property (nonatomic, assign) NSUInteger textureUnitIndex

Declared In

CC3PFXResource.h

Instance Methods

dealloc

- (void)dealloc